#508EED

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

Shades of Cornflower Blue #508EED

Tints of Cornflower Blue #508EED

Color information

#508EED (or 0x508EED) is unknown color: approx Cornflower Blue. HEX triplet: 50, 8E and ED. RGB value is (80,142,237). Sum of RGB (Red+Green+Blue) = 80+142+237=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #508EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EED is #AF7112. Grayscale: #858585. Windows color (decimal): -11497747 or 15568464. OLE color: 15568464.

HSL color Cylindrical-coordinate representation of color #508EED: hue angle of 216.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508EED is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80142237-
CMYK0.660.4000.07
HSL216.31º81.35%62.16%-
HSV(B)216.31º66.24%92.94%-
XYZ28.2727.1783.87-
YUV134.29185.9689.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.43%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 237 (92.97% from 255) = 51.63%
R=17.43%
G=30.94%
B=51.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801422370.660.4000.07216.3181.3562.16
Hex508EED422807d8513e
Octal120216355102500733012176
Binary1010000100011101110110110000101010000111110110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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