Html Css Color HEX #558DE2 Cornflower Blue

📋 copy color: '#558DE2'

red 85 ◦ green 141 ◦ blue 226

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

Shades of Cornflower Blue #558DE2

Tints of Cornflower Blue #558DE2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.19%

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

R = 18.81%
G = 31.19%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#558DE2 (or 0x558DE2) is known color: Cornflower Blue. HEX triplet: 55, 8D and E2. RGB value is (85,141,226). Sum of RGB (Red+Green+Blue) = 85+141+226=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #558DE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DE2 is #AA721D. Grayscale: #858585. Windows color (decimal): -11170334 or 14847317. OLE color: 14847317.

HSL color Cylindrical-coordinate representation of color #558DE2: hue angle of 216.17º 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 #558DE2 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 141 226 -
CMYK 0.62 0.38 0 0.11
HSL 216.17º 0.71% 0.61% -
HSV(B) 216.17º 0.62% 0.89% -
XYZ 27 26.47 75.64 -
YUV 133.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 85 141 226 0.62 0.38 0 0.11 216.17 0.71 0.61
Hex 55 8D E2 3E 26 0 B D8 47 3D
Octal 125 215 342 76 46 0 13 330 107 75
Binary 1010101 10001101 11100010 111110 100110 0 1011 11011000 1000111 111101

Color Harmonies of #558DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DE2

Black with #558DE2

Text Example


Text Example

White with #558DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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