Html Css Color HEX #558EE2 Cornflower Blue

📋 copy color: '#558EE2'

red 85 ◦ green 142 ◦ blue 226

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

Shades of Cornflower Blue #558EE2

Tints of Cornflower Blue #558EE2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.35%

 BLUE value IS 226 (88.67% from 255) = 49.89%

R = 18.76%
G = 31.35%
B = 49.89%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#558EE2 (or 0x558EE2) is known color: Cornflower Blue. HEX triplet: 55, 8E and E2. RGB value is (85,142,226). Sum of RGB (Red+Green+Blue) = 85+142+226=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #558EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EE2 is #AA711D. Grayscale: #868686. Windows color (decimal): -11170078 or 14847573. OLE color: 14847573.

HSL color Cylindrical-coordinate representation of color #558EE2: hue angle of 215.74º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558EE2 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 142 226 -
CMYK 0.62 0.37 0 0.11
HSL 215.74º 0.71% 0.61% -
HSV(B) 215.74º 0.62% 0.89% -
XYZ 27.15 26.77 75.69 -
YUV 134.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 85 142 226 0.62 0.37 0 0.11 215.74 0.71 0.61
Hex 55 8E E2 3E 25 0 B D8 47 3D
Octal 125 216 342 76 45 0 13 330 107 75
Binary 1010101 10001110 11100010 111110 100101 0 1011 11011000 1000111 111101

Color Harmonies of #558EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EE2

Black with #558EE2

Text Example


Text Example

White with #558EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558EE2; }

 p { color: rgb(85,142,226); }

 H1.HeaderClassName
 {
   color: #558EE2;
 }
 .AnyTagClassName
 {
   color: #558EE2;
 }
</style>

background-color css

<style>
 a { background-color: #558EE2; }

 a { background-color: rgb(85,142,226); }

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

border-color css

<style>
 span { border-color: #558EE2; }

 span { border-color: rgb(85,142,226); }

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