Shades of Cornflower Blue #5590FD
Tints of Cornflower Blue #5590FD
RGB
CMYK
RGB Variations
Color information
#5590FD (or 0x5590FD) is known color: Cornflower Blue. HEX triplet: 55, 90 and FD. RGB value is (85,144,253). Sum of RGB (Red+Green+Blue) = 85+144+253=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #5590FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5590FD is #AA6F02. Grayscale: #8A8A8A. Windows color (decimal): -11169539 or 16617557. OLE color: 16617557.
HSL color Cylindrical-coordinate representation of color #5590FD: hue angle of 218.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5590FD is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 144 | 253 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.01 |
| HSL | 218.93º | 0.98% | 0.66% | - |
| HSV(B) | 218.93º | 0.66% | 0.99% | - |
| XYZ | 31.45 | 28.97 | 96.86 | - |
| YUV | 138.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 253 | 0.66 | 0.43 | 0 | 0.01 | 218.93 | 0.98 | 0.66 |
| Hex | 55 | 90 | FD | 42 | 2B | 0 | 1 | DB | 62 | 42 |
| Octal | 125 | 220 | 375 | 102 | 53 | 0 | 1 | 333 | 142 | 102 |
| Binary | 1010101 | 10010000 | 11111101 | 1000010 | 101011 | 0 | 1 | 11011011 | 1100010 | 1000010 |
Color Harmonies of #5590FD
Complementary color
Monochromatic Colors of #5590FD
Black with #5590FD
Text Example
Text Example
White with #5590FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590FD; }
p { color: rgb(85,144,253); }
H1.HeaderClassName
{
color: #5590FD;
}
.AnyTagClassName
{
color: #5590FD;
}
</style>
background-color css
<style>
a { background-color: #5590FD; }
a { background-color: rgb(85,144,253); }
div.DivClassName
{
background-color: #5590FD;
}
.BgClassName
{
background-color: #5590FD;
}
</style>
border-color css
<style>
span { border-color: #5590FD; }
span { border-color: rgb(85,144,253); }
td.TdClassName
{
border-color: #5590FD;
}
.TagClassName
{
border-color: #5590FD;
}
</style>