#508FEE

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

Shades of Cornflower Blue #508FEE

Tints of Cornflower Blue #508FEE

Color information

#508FEE (or 0x508FEE) is unknown color: approx Cornflower Blue. HEX triplet: 50, 8F and EE. RGB value is (80,143,238). Sum of RGB (Red+Green+Blue) = 80+143+238=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #508FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FEE is #AF7011. Grayscale: #868686. Windows color (decimal): -11497490 or 15634256. OLE color: 15634256.

HSL color Cylindrical-coordinate representation of color #508FEE: hue angle of 216.08º degrees, saturation: 0.82, 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 #508FEE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80143238-
CMYK0.660.4000.07
HSL216.08º82.29%62.35%-
HSV(B)216.08º66.39%93.33%-
XYZ28.5627.5284.7-
YUV134.99186.1388.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.35%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 238 (93.36% from 255) = 51.63%
R=17.35%
G=31.02%
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
Decimal801432380.660.4000.07216.0882.2962.35
Hex508FEE422807d8523e
Octal120217356102500733012276
Binary1010000100011111110111010000101010000111110110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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