Shades of Cornflower Blue #558CFB
Tints of Cornflower Blue #558CFB
RGB
CMYK
RGB Variations
Color information
#558CFB (or 0x558CFB) is known color: Cornflower Blue. HEX triplet: 55, 8C and FB. RGB value is (85,140,251). Sum of RGB (Red+Green+Blue) = 85+140+251=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #558CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CFB is #AA7304. Grayscale: #878787. Windows color (decimal): -11170565 or 16485461. OLE color: 16485461.
HSL color Cylindrical-coordinate representation of color #558CFB: hue angle of 220.12º degrees, saturation: 0.95, 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 #558CFB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 140 | 251 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.02 |
| HSL | 220.12º | 0.95% | 0.66% | - |
| HSV(B) | 220.12º | 0.66% | 0.98% | - |
| XYZ | 30.54 | 27.65 | 94.99 | - |
| YUV | 136.21 | 192.78 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 251 | 0.66 | 0.44 | 0 | 0.02 | 220.12 | 0.95 | 0.66 |
| Hex | 55 | 8C | FB | 42 | 2C | 0 | 2 | DC | 5F | 42 |
| Octal | 125 | 214 | 373 | 102 | 54 | 0 | 2 | 334 | 137 | 102 |
| Binary | 1010101 | 10001100 | 11111011 | 1000010 | 101100 | 0 | 10 | 11011100 | 1011111 | 1000010 |
Color Harmonies of #558CFB
Complementary color
Monochromatic Colors of #558CFB
Black with #558CFB
Text Example
Text Example
White with #558CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CFB; }
p { color: rgb(85,140,251); }
H1.HeaderClassName
{
color: #558CFB;
}
.AnyTagClassName
{
color: #558CFB;
}
</style>
background-color css
<style>
a { background-color: #558CFB; }
a { background-color: rgb(85,140,251); }
div.DivClassName
{
background-color: #558CFB;
}
.BgClassName
{
background-color: #558CFB;
}
</style>
border-color css
<style>
span { border-color: #558CFB; }
span { border-color: rgb(85,140,251); }
td.TdClassName
{
border-color: #558CFB;
}
.TagClassName
{
border-color: #558CFB;
}
</style>