Html Css Color HEX #559FE8 Cornflower Blue

📋 copy color: '#559FE8'

red 85 ◦ green 159 ◦ blue 232

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

Shades of Cornflower Blue #559FE8

Tints of Cornflower Blue #559FE8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.4%

 BLUE value IS 232 (91.02% from 255) = 48.74%

R = 17.86%
G = 33.4%
B = 48.74%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#559FE8 (or 0x559FE8) is known color: Cornflower Blue. HEX triplet: 55, 9F and E8. RGB value is (85,159,232). Sum of RGB (Red+Green+Blue) = 85+159+232=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #559FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FE8 is #AA6017. Grayscale: #909090. Windows color (decimal): -11165720 or 15245141. OLE color: 15245141.

HSL color Cylindrical-coordinate representation of color #559FE8: hue angle of 209.8º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559FE8 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 159 232 -
CMYK 0.63 0.31 0 0.09
HSL 209.8º 0.76% 0.62% -
HSV(B) 209.8º 0.63% 0.91% -
XYZ 30.71 32.55 81.01 -
YUV 145.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 85 159 232 0.63 0.31 0 0.09 209.8 0.76 0.62
Hex 55 9F E8 3F 1F 0 9 D2 4C 3E
Octal 125 237 350 77 37 0 11 322 114 76
Binary 1010101 10011111 11101000 111111 11111 0 1001 11010010 1001100 111110

Color Harmonies of #559FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559FE8

Black with #559FE8

Text Example


Text Example

White with #559FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559FE8; }

 p { color: rgb(85,159,232); }

 H1.HeaderClassName
 {
   color: #559FE8;
 }
 .AnyTagClassName
 {
   color: #559FE8;
 }
</style>

background-color css

<style>
 a { background-color: #559FE8; }

 a { background-color: rgb(85,159,232); }

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

border-color css

<style>
 span { border-color: #559FE8; }

 span { border-color: rgb(85,159,232); }

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