#508FE4

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

Shades of Cornflower Blue #508FE4

Tints of Cornflower Blue #508FE4

Color information

#508FE4 (or 0x508FE4) is unknown color: approx Cornflower Blue. HEX triplet: 50, 8F and E4. RGB value is (80,143,228). Sum of RGB (Red+Green+Blue) = 80+143+228=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #508FE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FE4 is #AF701B. Grayscale: #858585. Windows color (decimal): -11497500 or 14978896. OLE color: 14978896.

HSL color Cylindrical-coordinate representation of color #508FE4: hue angle of 214.46º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508FE4 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB80143228-
CMYK0.650.3700.11
HSL214.46º73.27%60.39%-
HSV(B)214.46º64.91%89.41%-
XYZ27.1326.9577.17-
YUV133.85181.1389.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.74%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 228 (89.45% from 255) = 50.55%
R=17.74%
G=31.71%
B=50.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal801432280.650.3700.11214.4673.2760.39
Hex508FE441250Bd6493c
Octal1202173441014501332611174
Binary10100001000111111100100100000110010101011110101101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,143,228); }

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

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

 a { background-color: rgb(80,143,228); }

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

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

 span { border-color: rgb(80,143,228); }

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