Html Css Color HEX #559BEA Cornflower Blue

📋 copy color: '#559BEA'

red 85 ◦ green 155 ◦ blue 234

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

Shades of Cornflower Blue #559BEA

Tints of Cornflower Blue #559BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 17.93%
G = 32.7%
B = 49.37%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#559BEA (or 0x559BEA) is known color: Cornflower Blue. HEX triplet: 55, 9B and EA. RGB value is (85,155,234). Sum of RGB (Red+Green+Blue) = 85+155+234=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #559BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BEA is #AA6415. Grayscale: #8E8E8E. Windows color (decimal): -11166742 or 15375189. OLE color: 15375189.

HSL color Cylindrical-coordinate representation of color #559BEA: hue angle of 211.81º degrees, saturation: 0.78, 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 #559BEA is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 155 234 -
CMYK 0.64 0.34 0 0.08
HSL 211.81º 0.78% 0.63% -
HSV(B) 211.81º 0.64% 0.92% -
XYZ 30.32 31.31 82.29 -
YUV 143.08 179.31 86.58 -
System Red Green Blue C M Y K H S L
Decimal 85 155 234 0.64 0.34 0 0.08 211.81 0.78 0.63
Hex 55 9B EA 40 22 0 8 D4 4E 3F
Octal 125 233 352 100 42 0 10 324 116 77
Binary 1010101 10011011 11101010 1000000 100010 0 1000 11010100 1001110 111111

Color Harmonies of #559BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BEA

Black with #559BEA

Text Example


Text Example

White with #559BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,155,234); }

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

background-color css

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

 a { background-color: rgb(85,155,234); }

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

border-color css

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

 span { border-color: rgb(85,155,234); }

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