#508cde

Color #508CDE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #508CDE

Tints of Cornflower Blue #508CDE

Color information

#508CDE (or 0x508CDE) is unknown color: approx Cornflower Blue. HEX triplet: 50, 8C and DE. RGB value is (80,140,222). Sum of RGB (Red+Green+Blue) = 80+140+222=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #508CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CDE is #AF7321. Grayscale: #838383. Windows color (decimal): -11498274 or 14584912. OLE color: 14584912.

HSL color Cylindrical-coordinate representation of color #508CDE: hue angle of 214.65º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508CDE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80140222-
CMYK0.640.3700.13
HSL214.65º68.27%59.22%-
HSV(B)214.65º63.96%87.06%-
XYZ25.8725.7472.71-
YUV131.41179.1291.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 18.10%
GREEN value IS 140 (55.08% from 255) = 31.67%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=18.10%
G=31.67%
B=50.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801402220.640.3700.13214.6568.2759.22
Hex508CDE40250Dd7443b
Octal1202143361004501532710473
Binary10100001000110011011110100000010010101101110101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508cde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508cde; }

 p { color: rgb(80,140,222); }

 H1.HeaderClassName
 {
   color: #508cde;
 }
 .AnyTagClassName
 {
   color: #508cde;
 }
</style>
background-color css

<style>
 a { background-color: #508cde; }

 a { background-color: rgb(80,140,222); }

 div.DivClassName
 {
   background-color: #508cde;
 }
 .BgClassName
 {
   background-color: #508cde;
 }
</style>
border-color css

<style>
 span { border-color: #508cde; }

 span { border-color: rgb(80,140,222); }

 td.TdClassName
 {
   border-color: #508cde;
 }
 .TagClassName
 {
   border-color: #508cde;
 }
</style>