Shades of Cornflower Blue #5590FB
Tints of Cornflower Blue #5590FB
RGB
CMYK
RGB Variations
Color information
#5590FB (or 0x5590FB) is known color: Cornflower Blue. HEX triplet: 55, 90 and FB. RGB value is (85,144,251). Sum of RGB (Red+Green+Blue) = 85+144+251=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #5590FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5590FB is #AA6F04. Grayscale: #8A8A8A. Windows color (decimal): -11169541 or 16486485. OLE color: 16486485.
HSL color Cylindrical-coordinate representation of color #5590FB: hue angle of 218.67º 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 #5590FB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 144 | 251 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.02 |
| HSL | 218.67º | 0.95% | 0.66% | - |
| HSV(B) | 218.67º | 0.66% | 0.98% | - |
| XYZ | 31.13 | 28.84 | 95.19 | - |
| YUV | 138.56 | 191.45 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 251 | 0.66 | 0.43 | 0 | 0.02 | 218.67 | 0.95 | 0.66 |
| Hex | 55 | 90 | FB | 42 | 2B | 0 | 2 | DB | 5F | 42 |
| Octal | 125 | 220 | 373 | 102 | 53 | 0 | 2 | 333 | 137 | 102 |
| Binary | 1010101 | 10010000 | 11111011 | 1000010 | 101011 | 0 | 10 | 11011011 | 1011111 | 1000010 |
Color Harmonies of #5590FB
Complementary color
Monochromatic Colors of #5590FB
Black with #5590FB
Text Example
Text Example
White with #5590FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590FB; }
p { color: rgb(85,144,251); }
H1.HeaderClassName
{
color: #5590FB;
}
.AnyTagClassName
{
color: #5590FB;
}
</style>
background-color css
<style>
a { background-color: #5590FB; }
a { background-color: rgb(85,144,251); }
div.DivClassName
{
background-color: #5590FB;
}
.BgClassName
{
background-color: #5590FB;
}
</style>
border-color css
<style>
span { border-color: #5590FB; }
span { border-color: rgb(85,144,251); }
td.TdClassName
{
border-color: #5590FB;
}
.TagClassName
{
border-color: #5590FB;
}
</style>