Html Css Color HEX #558EE1 Cornflower Blue

📋 copy color: '#558EE1'

red 85 ◦ green 142 ◦ blue 225

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

Shades of Cornflower Blue #558EE1

Tints of Cornflower Blue #558EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.78%

R = 18.81%
G = 31.42%
B = 49.78%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#558EE1 (or 0x558EE1) is known color: Cornflower Blue. HEX triplet: 55, 8E and E1. RGB value is (85,142,225). Sum of RGB (Red+Green+Blue) = 85+142+225=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #558EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EE1 is #AA711E. Grayscale: #868686. Windows color (decimal): -11170079 or 14782037. OLE color: 14782037.

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

Color convert

RGB 85 142 225 -
CMYK 0.62 0.37 0 0.12
HSL 215.57º 0.7% 0.61% -
HSV(B) 215.57º 0.62% 0.88% -
XYZ 27.01 26.71 74.97 -
YUV 134.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 85 142 225 0.62 0.37 0 0.12 215.57 0.7 0.61
Hex 55 8E E1 3E 25 0 C D8 46 3D
Octal 125 216 341 76 45 0 14 330 106 75
Binary 1010101 10001110 11100001 111110 100101 0 1100 11011000 1000110 111101

Color Harmonies of #558EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EE1

Black with #558EE1

Text Example


Text Example

White with #558EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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