Shades of Cornflower Blue #558AFF
Tints of Cornflower Blue #558AFF
RGB
CMYK
RGB Variations
Color information
#558AFF (or 0x558AFF) is known color: 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
| RGB | 85 | 138 | 255 | - |
| CMYK | 0.67 | 0.46 | 0 | 0 |
| HSL | 221.29º | 1% | 0.67% | - |
| HSV(B) | 221.29º | 0.67% | 1% | - |
| XYZ | 30.88 | 27.33 | 98.25 | - |
| YUV | 135.49 | 195.44 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 255 | 0.67 | 0.46 | 0 | 0 | 221.29 | 1 | 0.67 |
| Hex | 55 | 8A | FF | 43 | 2E | 0 | 0 | DD | 64 | 43 |
| Octal | 125 | 212 | 377 | 103 | 56 | 0 | 0 | 335 | 144 | 103 |
| Binary | 1010101 | 10001010 | 11111111 | 1000011 | 101110 | 0 | 0 | 11011101 | 1100100 | 1000011 |
Color Harmonies of #558AFF
Complementary color
Monochromatic Colors of #558AFF
Black with #558AFF
Text Example
Text Example
White with #558AFF
Text Example
Text Example
HTML Codes & Css Web 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>