Html Css Color HEX #559EE7 Cornflower Blue

📋 copy color: '#559EE7'

red 85 ◦ green 158 ◦ blue 231

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

Shades of Cornflower Blue #559EE7

Tints of Cornflower Blue #559EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 17.93%
G = 33.33%
B = 48.73%

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

#559EE7 (or 0x559EE7) is known color: Cornflower Blue. HEX triplet: 55, 9E and E7. RGB value is (85,158,231). Sum of RGB (Red+Green+Blue) = 85+158+231=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #559EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EE7 is #AA6118. Grayscale: #909090. Windows color (decimal): -11165977 or 15179349. OLE color: 15179349.

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

Color convert

RGB 85 158 231 -
CMYK 0.63 0.32 0 0.09
HSL 210º 0.75% 0.62% -
HSV(B) 210º 0.63% 0.91% -
XYZ 30.4 32.15 80.21 -
YUV 144.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 85 158 231 0.63 0.32 0 0.09 210 0.75 0.62
Hex 55 9E E7 3F 20 0 9 D2 4B 3E
Octal 125 236 347 77 40 0 11 322 113 76
Binary 1010101 10011110 11100111 111111 100000 0 1001 11010010 1001011 111110

Color Harmonies of #559EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EE7

Black with #559EE7

Text Example


Text Example

White with #559EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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