Html Css Color HEX #558EDE Cornflower Blue

📋 copy color: '#558EDE'

red 85 ◦ green 142 ◦ blue 222

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

Shades of Cornflower Blue #558EDE

Tints of Cornflower Blue #558EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 18.93%
G = 31.63%
B = 49.44%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#558EDE (or 0x558EDE) is known color: Cornflower Blue. HEX triplet: 55, 8E and DE. RGB value is (85,142,222). Sum of RGB (Red+Green+Blue) = 85+142+222=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #558EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EDE is #AA7121. Grayscale: #858585. Windows color (decimal): -11170082 or 14585429. OLE color: 14585429.

HSL color Cylindrical-coordinate representation of color #558EDE: hue angle of 215.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558EDE is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 142 222 -
CMYK 0.62 0.36 0 0.13
HSL 215.04º 0.67% 0.6% -
HSV(B) 215.04º 0.62% 0.87% -
XYZ 26.6 26.55 72.83 -
YUV 134.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 85 142 222 0.62 0.36 0 0.13 215.04 0.67 0.6
Hex 55 8E DE 3E 24 0 D D7 43 3C
Octal 125 216 336 76 44 0 15 327 103 74
Binary 1010101 10001110 11011110 111110 100100 0 1101 11010111 1000011 111100

Color Harmonies of #558EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EDE

Black with #558EDE

Text Example


Text Example

White with #558EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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