Html Css Color HEX #558ADB Cornflower Blue

📋 copy color: '#558ADB'

red 85 ◦ green 138 ◦ blue 219

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

Shades of Cornflower Blue #558ADB

Tints of Cornflower Blue #558ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

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

R = 19.23%
G = 31.22%
B = 49.55%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#558ADB (or 0x558ADB) is known color: Cornflower Blue. HEX triplet: 55, 8A and DB. RGB value is (85,138,219). Sum of RGB (Red+Green+Blue) = 85+138+219=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #558ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ADB is #AA7524. Grayscale: #838383. Windows color (decimal): -11171109 or 14387797. OLE color: 14387797.

HSL color Cylindrical-coordinate representation of color #558ADB: hue angle of 216.27º 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 #558ADB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 138 219 -
CMYK 0.61 0.37 0 0.14
HSL 216.27º 0.65% 0.6% -
HSV(B) 216.27º 0.61% 0.86% -
XYZ 25.62 25.22 70.54 -
YUV 131.39 177.44 94.91 -
System Red Green Blue C M Y K H S L
Decimal 85 138 219 0.61 0.37 0 0.14 216.27 0.65 0.6
Hex 55 8A DB 3D 25 0 E D8 41 3C
Octal 125 212 333 75 45 0 16 330 101 74
Binary 1010101 10001010 11011011 111101 100101 0 1110 11011000 1000001 111100

Color Harmonies of #558ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ADB

Black with #558ADB

Text Example


Text Example

White with #558ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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