Html Css Color HEX #5599FE Cornflower Blue

📋 copy color: '#5599FE'

red 85 ◦ green 153 ◦ blue 254

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

Shades of Cornflower Blue #5599FE

Tints of Cornflower Blue #5599FE

RGB

 RED value IS 85 (33.59% from 255) = 17.28%

 GREEN value IS 153 (60.16% from 255) = 31.1%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 17.28%
G = 31.1%
B = 51.63%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5599FE (or 0x5599FE) is known color: Cornflower Blue. HEX triplet: 55, 99 and FE. RGB value is (85,153,254). Sum of RGB (Red+Green+Blue) = 85+153+254=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #5599FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5599FE is #AA6601. Grayscale: #8F8F8F. Windows color (decimal): -11167234 or 16685397. OLE color: 16685397.

HSL color Cylindrical-coordinate representation of color #5599FE: hue angle of 215.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5599FE is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 153 254 -
CMYK 0.67 0.40 0 0.00
HSL 215.86º 0.99% 0.66% -
HSV(B) 215.86º 0.67% 1% -
XYZ 33.03 31.87 98.18 -
YUV 144.18 189.97 85.79 -
System Red Green Blue C M Y K H S L
Decimal 85 153 254 0.67 0.40 0 0.00 215.86 0.99 0.66
Hex 55 99 FE 43 28 0 0 D8 63 42
Octal 125 231 376 103 50 0 0 330 143 102
Binary 1010101 10011001 11111110 1000011 101000 0 0 11011000 1100011 1000010

Color Harmonies of #5599FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599FE

Black with #5599FE

Text Example


Text Example

White with #5599FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5599FE; }

 p { color: rgb(85,153,254); }

 H1.HeaderClassName
 {
   color: #5599FE;
 }
 .AnyTagClassName
 {
   color: #5599FE;
 }
</style>

background-color css

<style>
 a { background-color: #5599FE; }

 a { background-color: rgb(85,153,254); }

 div.DivClassName
 {
   background-color: #5599FE;
 }
 .BgClassName
 {
   background-color: #5599FE;
 }
</style>

border-color css

<style>
 span { border-color: #5599FE; }

 span { border-color: rgb(85,153,254); }

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