Html Css Color HEX #559EEB Cornflower Blue

📋 copy color: '#559EEB'

red 85 ◦ green 158 ◦ blue 235

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

Shades of Cornflower Blue #559EEB

Tints of Cornflower Blue #559EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 17.78%
G = 33.05%
B = 49.16%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#559EEB (or 0x559EEB) is known color: Cornflower Blue. HEX triplet: 55, 9E and EB. RGB value is (85,158,235). Sum of RGB (Red+Green+Blue) = 85+158+235=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #559EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EEB is #AA6114. Grayscale: #909090. Windows color (decimal): -11165973 or 15441493. OLE color: 15441493.

HSL color Cylindrical-coordinate representation of color #559EEB: hue angle of 210.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559EEB is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 158 235 -
CMYK 0.64 0.33 0 0.08
HSL 210.8º 0.79% 0.63% -
HSV(B) 210.8º 0.64% 0.92% -
XYZ 30.97 32.38 83.22 -
YUV 144.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 85 158 235 0.64 0.33 0 0.08 210.8 0.79 0.63
Hex 55 9E EB 40 21 0 8 D3 4F 3F
Octal 125 236 353 100 41 0 10 323 117 77
Binary 1010101 10011110 11101011 1000000 100001 0 1000 11010011 1001111 111111

Color Harmonies of #559EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EEB

Black with #559EEB

Text Example


Text Example

White with #559EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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