#508EE5

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

Shades of Cornflower Blue #508EE5

Tints of Cornflower Blue #508EE5

Color information

#508EE5 (or 0x508EE5) is unknown color: approx Cornflower Blue. HEX triplet: 50, 8E and E5. RGB value is (80,142,229). Sum of RGB (Red+Green+Blue) = 80+142+229=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #508EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EE5 is #AF711A. Grayscale: #848484. Windows color (decimal): -11497755 or 15044176. OLE color: 15044176.

HSL color Cylindrical-coordinate representation of color #508EE5: hue angle of 215.03º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508EE5 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB80142229-
CMYK0.650.3800.10
HSL215.03º74.13%60.59%-
HSV(B)215.03º65.07%89.8%-
XYZ27.1226.7177.85-
YUV133.38181.9689.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.74%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=17.74%
G=31.49%
B=50.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal801422290.650.3800.10215.0374.1360.59
Hex508EE541260Ad74a3d
Octal1202163451014601232711275
Binary10100001000111011100101100000110011001010110101111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,142,229); }

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

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

 a { background-color: rgb(80,142,229); }

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

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

 span { border-color: rgb(80,142,229); }

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