Html Css Color HEX #559EE8 Cornflower Blue

📋 copy color: '#559EE8'

red 85 ◦ green 158 ◦ blue 232

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

Shades of Cornflower Blue #559EE8

Tints of Cornflower Blue #559EE8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.26%

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

R = 17.89%
G = 33.26%
B = 48.84%

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

#559EE8 (or 0x559EE8) is known color: Cornflower Blue. HEX triplet: 55, 9E and E8. RGB value is (85,158,232). Sum of RGB (Red+Green+Blue) = 85+158+232=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #559EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EE8 is #AA6117. Grayscale: #909090. Windows color (decimal): -11165976 or 15244885. OLE color: 15244885.

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

Color convert

RGB 85 158 232 -
CMYK 0.63 0.32 0 0.09
HSL 210.2º 0.76% 0.62% -
HSV(B) 210.2º 0.63% 0.91% -
XYZ 30.54 32.21 80.95 -
YUV 144.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 85 158 232 0.63 0.32 0 0.09 210.2 0.76 0.62
Hex 55 9E E8 3F 20 0 9 D2 4C 3E
Octal 125 236 350 77 40 0 11 322 114 76
Binary 1010101 10011110 11101000 111111 100000 0 1001 11010010 1001100 111110

Color Harmonies of #559EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EE8

Black with #559EE8

Text Example


Text Example

White with #559EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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