Shades of Cornflower Blue #558BFA
Tints of Cornflower Blue #558BFA
RGB
CMYK
RGB Variations
Color information
#558BFA (or 0x558BFA) is known color: Cornflower Blue. HEX triplet: 55, 8B and FA. RGB value is (85,139,250). Sum of RGB (Red+Green+Blue) = 85+139+250=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #558BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BFA is #AA7405. Grayscale: #878787. Windows color (decimal): -11170822 or 16419669. OLE color: 16419669.
HSL color Cylindrical-coordinate representation of color #558BFA: hue angle of 220.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558BFA is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 139 | 250 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.02 |
| HSL | 220.36º | 0.94% | 0.66% | - |
| HSV(B) | 220.36º | 0.66% | 0.98% | - |
| XYZ | 30.23 | 27.3 | 94.12 | - |
| YUV | 135.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 250 | 0.66 | 0.44 | 0 | 0.02 | 220.36 | 0.94 | 0.66 |
| Hex | 55 | 8B | FA | 42 | 2C | 0 | 2 | DC | 5E | 42 |
| Octal | 125 | 213 | 372 | 102 | 54 | 0 | 2 | 334 | 136 | 102 |
| Binary | 1010101 | 10001011 | 11111010 | 1000010 | 101100 | 0 | 10 | 11011100 | 1011110 | 1000010 |
Color Harmonies of #558BFA
Complementary color
Monochromatic Colors of #558BFA
Black with #558BFA
Text Example
Text Example
White with #558BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BFA; }
p { color: rgb(85,139,250); }
H1.HeaderClassName
{
color: #558BFA;
}
.AnyTagClassName
{
color: #558BFA;
}
</style>
background-color css
<style>
a { background-color: #558BFA; }
a { background-color: rgb(85,139,250); }
div.DivClassName
{
background-color: #558BFA;
}
.BgClassName
{
background-color: #558BFA;
}
</style>
border-color css
<style>
span { border-color: #558BFA; }
span { border-color: rgb(85,139,250); }
td.TdClassName
{
border-color: #558BFA;
}
.TagClassName
{
border-color: #558BFA;
}
</style>