Html Css Color HEX #558ADE Cornflower Blue

📋 copy color: '#558ADE'

red 85 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #558ADE

Tints of Cornflower Blue #558ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 19.1%
G = 31.01%
B = 49.89%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#558ADE (or 0x558ADE) is known color: Cornflower Blue. HEX triplet: 55, 8A and DE. RGB value is (85,138,222). Sum of RGB (Red+Green+Blue) = 85+138+222=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #558ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ADE is #AA7521. Grayscale: #838383. Windows color (decimal): -11171106 or 14584405. OLE color: 14584405.

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

Color convert

RGB 85 138 222 -
CMYK 0.62 0.38 0 0.13
HSL 216.79º 0.67% 0.6% -
HSV(B) 216.79º 0.62% 0.87% -
XYZ 26.02 25.38 72.64 -
YUV 131.73 178.94 94.67 -
System Red Green Blue C M Y K H S L
Decimal 85 138 222 0.62 0.38 0 0.13 216.79 0.67 0.6
Hex 55 8A DE 3E 26 0 D D9 43 3C
Octal 125 212 336 76 46 0 15 331 103 74
Binary 1010101 10001010 11011110 111110 100110 0 1101 11011001 1000011 111100

Color Harmonies of #558ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ADE

Black with #558ADE

Text Example


Text Example

White with #558ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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