Html Css Color HEX #558EDD Cornflower Blue

📋 copy color: '#558EDD'

red 85 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #558EDD

Tints of Cornflower Blue #558EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 18.97%
G = 31.7%
B = 49.33%

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

#558EDD (or 0x558EDD) is known color: Cornflower Blue. HEX triplet: 55, 8E and DD. RGB value is (85,142,221). Sum of RGB (Red+Green+Blue) = 85+142+221=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #558EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EDD is #AA7122. Grayscale: #858585. Windows color (decimal): -11170083 or 14519893. OLE color: 14519893.

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

Color convert

RGB 85 142 221 -
CMYK 0.62 0.36 0 0.13
HSL 214.85º 0.67% 0.6% -
HSV(B) 214.85º 0.62% 0.87% -
XYZ 26.47 26.5 72.13 -
YUV 133.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 85 142 221 0.62 0.36 0 0.13 214.85 0.67 0.6
Hex 55 8E DD 3E 24 0 D D7 43 3C
Octal 125 216 335 76 44 0 15 327 103 74
Binary 1010101 10001110 11011101 111110 100100 0 1101 11010111 1000011 111100

Color Harmonies of #558EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EDD

Black with #558EDD

Text Example


Text Example

White with #558EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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