Html Css Color HEX #558EEB Cornflower Blue

📋 copy color: '#558EEB'

red 85 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #558EEB

Tints of Cornflower Blue #558EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 18.4%
G = 30.74%
B = 50.87%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#558EEB (or 0x558EEB) is known color: Cornflower Blue. HEX triplet: 55, 8E and EB. RGB value is (85,142,235). Sum of RGB (Red+Green+Blue) = 85+142+235=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #558EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EEB is #AA7114. Grayscale: #878787. Windows color (decimal): -11170069 or 15437397. OLE color: 15437397.

HSL color Cylindrical-coordinate representation of color #558EEB: hue angle of 217.2º degrees, saturation: 0.79, 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 #558EEB is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 142 235 -
CMYK 0.64 0.40 0 0.08
HSL 217.2º 0.79% 0.63% -
HSV(B) 217.2º 0.64% 0.92% -
XYZ 28.41 27.28 82.36 -
YUV 135.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 85 142 235 0.64 0.40 0 0.08 217.2 0.79 0.63
Hex 55 8E EB 40 28 0 8 D9 4F 3F
Octal 125 216 353 100 50 0 10 331 117 77
Binary 1010101 10001110 11101011 1000000 101000 0 1000 11011001 1001111 111111

Color Harmonies of #558EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EEB

Black with #558EEB

Text Example


Text Example

White with #558EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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