Html Css Color HEX #559DE8 Cornflower Blue

📋 copy color: '#559DE8'

red 85 ◦ green 157 ◦ blue 232

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

Shades of Cornflower Blue #559DE8

Tints of Cornflower Blue #559DE8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.12%

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

R = 17.93%
G = 33.12%
B = 48.95%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#559DE8 (or 0x559DE8) is known color: Cornflower Blue. HEX triplet: 55, 9D and E8. RGB value is (85,157,232). Sum of RGB (Red+Green+Blue) = 85+157+232=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #559DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DE8 is #AA6217. Grayscale: #8F8F8F. Windows color (decimal): -11166232 or 15244629. OLE color: 15244629.

HSL color Cylindrical-coordinate representation of color #559DE8: hue angle of 210.61º 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 #559DE8 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 157 232 -
CMYK 0.63 0.32 0 0.09
HSL 210.61º 0.76% 0.62% -
HSV(B) 210.61º 0.63% 0.91% -
XYZ 30.37 31.87 80.9 -
YUV 144.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 85 157 232 0.63 0.32 0 0.09 210.61 0.76 0.62
Hex 55 9D E8 3F 20 0 9 D3 4C 3E
Octal 125 235 350 77 40 0 11 323 114 76
Binary 1010101 10011101 11101000 111111 100000 0 1001 11010011 1001100 111110

Color Harmonies of #559DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DE8

Black with #559DE8

Text Example


Text Example

White with #559DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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