Html Css Color HEX #5099EE Cornflower Blue

📋 copy color: '#5099EE'

red 80 ◦ green 153 ◦ blue 238

#5099EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5099EE

Tints of Cornflower Blue #5099EE

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 value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5099EE (or 0x5099EE) is known color: 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

RGB 80 153 238 -
CMYK 0.66 0.36 0 0.07
HSL 212.28º 0.82% 0.62% -
HSV(B) 212.28º 0.66% 0.93% -
XYZ 30.13 30.66 85.22 -
YUV 140.86 182.82 84.59 -
System Red Green Blue C M Y K H S L
Decimal 80 153 238 0.66 0.36 0 0.07 212.28 0.82 0.62
Hex 50 99 EE 42 24 0 7 D4 52 3E
Octal 120 231 356 102 44 0 7 324 122 76
Binary 1010000 10011001 11101110 1000010 100100 0 111 11010100 1010010 111110

Color Harmonies of #5099EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5099EE

Black with #5099EE

Text Example


Text Example

White with #5099EE

Text Example


Text Example

HTML Codes & Css Web 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>