Shades of Cornflower Blue #5488F0
Tints of Cornflower Blue #5488F0
RGB
CMYK
RGB Variations
Color information
#5488F0 (or 0x5488F0) is known color: Cornflower Blue. HEX triplet: 54, 88 and F0. RGB value is (84,136,240). Sum of RGB (Red+Green+Blue) = 84+136+240=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #5488F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5488F0 is #AB770F. Grayscale: #838383. Windows color (decimal): -11237136 or 15763540. OLE color: 15763540.
HSL color Cylindrical-coordinate representation of color #5488F0: hue angle of 220º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5488F0 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 136 | 240 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.06 |
| HSL | 220º | 0.84% | 0.64% | - |
| HSV(B) | 220º | 0.65% | 0.94% | - |
| XYZ | 28.19 | 25.78 | 85.93 | - |
| YUV | 132.31 | 188.77 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 240 | 0.65 | 0.43 | 0 | 0.06 | 220 | 0.84 | 0.64 |
| Hex | 54 | 88 | F0 | 41 | 2B | 0 | 6 | DC | 54 | 40 |
| Octal | 124 | 210 | 360 | 101 | 53 | 0 | 6 | 334 | 124 | 100 |
| Binary | 1010100 | 10001000 | 11110000 | 1000001 | 101011 | 0 | 110 | 11011100 | 1010100 | 1000000 |
Color Harmonies of #5488F0
Complementary color
Monochromatic Colors of #5488F0
Black with #5488F0
Text Example
Text Example
White with #5488F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5488F0; }
p { color: rgb(84,136,240); }
H1.HeaderClassName
{
color: #5488F0;
}
.AnyTagClassName
{
color: #5488F0;
}
</style>
background-color css
<style>
a { background-color: #5488F0; }
a { background-color: rgb(84,136,240); }
div.DivClassName
{
background-color: #5488F0;
}
.BgClassName
{
background-color: #5488F0;
}
</style>
border-color css
<style>
span { border-color: #5488F0; }
span { border-color: rgb(84,136,240); }
td.TdClassName
{
border-color: #5488F0;
}
.TagClassName
{
border-color: #5488F0;
}
</style>