Html Css Color HEX #558DDB Cornflower Blue

📋 copy color: '#558DDB'

red 85 ◦ green 141 ◦ blue 219

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

Shades of Cornflower Blue #558DDB

Tints of Cornflower Blue #558DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 19.1%
G = 31.69%
B = 49.21%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#558DDB (or 0x558DDB) is known color: Cornflower Blue. HEX triplet: 55, 8D and DB. RGB value is (85,141,219). Sum of RGB (Red+Green+Blue) = 85+141+219=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #558DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DDB is #AA7224. Grayscale: #848484. Windows color (decimal): -11170341 or 14388565. OLE color: 14388565.

HSL color Cylindrical-coordinate representation of color #558DDB: hue angle of 214.93º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #558DDB is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 141 219 -
CMYK 0.61 0.36 0 0.14
HSL 214.93º 0.65% 0.6% -
HSV(B) 214.93º 0.61% 0.86% -
XYZ 26.06 26.1 70.68 -
YUV 133.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 85 141 219 0.61 0.36 0 0.14 214.93 0.65 0.6
Hex 55 8D DB 3D 24 0 E D7 41 3C
Octal 125 215 333 75 44 0 16 327 101 74
Binary 1010101 10001101 11011011 111101 100100 0 1110 11010111 1000001 111100

Color Harmonies of #558DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DDB

Black with #558DDB

Text Example


Text Example

White with #558DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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