#5099EE

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

Shades of Cornflower Blue #5099EE

Tints of Cornflower Blue #5099EE

Color information

#5099EE (or 0x5099EE) is unknown color: approx Cornflower Blue. HEX triplet: 50, 99 and EE. RGB value is (80,153,238). Sum of RGB (Red+Green+Blue) = 80+153+238=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #5099EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5099EE is #AF6611. Grayscale: #8C8C8C. Windows color (decimal): -11494930 or 15636816. OLE color: 15636816.

HSL color Cylindrical-coordinate representation of color #5099EE: hue angle of 212.28º 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 #5099EE is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80153238-
CMYK0.660.3600.07
HSL212.28º82.29%62.35%-
HSV(B)212.28º66.39%93.33%-
XYZ30.1330.6685.22-
YUV140.86182.8284.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.99%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 238 (93.36% from 255) = 50.53%
R=16.99%
G=32.48%
B=50.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801532380.660.3600.07212.2882.2962.35
Hex5099EE422407d4523e
Octal120231356102440732412276
Binary1010000100110011110111010000101001000111110101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5099EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5099EE; }

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

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

<style>
 a { background-color: #5099EE; }

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

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

<style>
 span { border-color: #5099EE; }

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

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