#558AFF

Color #558AFF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #558AFF

Tints of Cornflower Blue #558AFF

Color information

#558AFF (or 0x558AFF) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8A and FF. RGB value is (85,138,255). Sum of RGB (Red+Green+Blue) = 85+138+255=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #558AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AFF is #AA7500. Grayscale: #868686. Windows color (decimal): -11171073 or 16747093. OLE color: 16747093.

HSL color Cylindrical-coordinate representation of color #558AFF: hue angle of 221.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #558AFF is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB85138255-
CMYK0.670.4600
HSL221.29º100%66.67%-
HSV(B)221.29º66.67%100%-
XYZ30.8827.3398.25-
YUV135.49195.4491.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.78%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 255 (100% from 255) = 53.35%
R=17.78%
G=28.87%
B=53.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal851382550.670.4600221.2910066.67
Hex558AFF432E00dd6443
Octal1252123771035600335144103
Binary101010110001010111111111000011101110001101110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #558AFF;
 }
 .AnyTagClassName
 {
   color: #558AFF;
 }
</style>
background-color css

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

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

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

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

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

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