Shades of Cornflower Blue #5488FA
Tints of Cornflower Blue #5488FA
RGB
CMYK
RGB Variations
Color information
#5488FA (or 0x5488FA) is known color: Cornflower Blue. HEX triplet: 54, 88 and FA. RGB value is (84,136,250). Sum of RGB (Red+Green+Blue) = 84+136+250=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #5488FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5488FA is #AB7705. Grayscale: #848484. Windows color (decimal): -11237126 or 16418900. OLE color: 16418900.
HSL color Cylindrical-coordinate representation of color #5488FA: hue angle of 221.2º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5488FA is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 136 | 250 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.02 |
| HSL | 221.2º | 0.94% | 0.65% | - |
| HSV(B) | 221.2º | 0.66% | 0.98% | - |
| XYZ | 29.72 | 26.4 | 93.97 | - |
| YUV | 133.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 250 | 0.66 | 0.46 | 0 | 0.02 | 221.2 | 0.94 | 0.65 |
| Hex | 54 | 88 | FA | 42 | 2E | 0 | 2 | DD | 5E | 41 |
| Octal | 124 | 210 | 372 | 102 | 56 | 0 | 2 | 335 | 136 | 101 |
| Binary | 1010100 | 10001000 | 11111010 | 1000010 | 101110 | 0 | 10 | 11011101 | 1011110 | 1000001 |
Color Harmonies of #5488FA
Complementary color
Monochromatic Colors of #5488FA
Black with #5488FA
Text Example
Text Example
White with #5488FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5488FA; }
p { color: rgb(84,136,250); }
H1.HeaderClassName
{
color: #5488FA;
}
.AnyTagClassName
{
color: #5488FA;
}
</style>
background-color css
<style>
a { background-color: #5488FA; }
a { background-color: rgb(84,136,250); }
div.DivClassName
{
background-color: #5488FA;
}
.BgClassName
{
background-color: #5488FA;
}
</style>
border-color css
<style>
span { border-color: #5488FA; }
span { border-color: rgb(84,136,250); }
td.TdClassName
{
border-color: #5488FA;
}
.TagClassName
{
border-color: #5488FA;
}
</style>