Shades of Cornflower Blue #5485FF
Tints of Cornflower Blue #5485FF
RGB
CMYK
RGB Variations
Color information
#5485FF (or 0x5485FF) is known color: Cornflower Blue. HEX triplet: 54, 85 and FF. RGB value is (84,133,255). Sum of RGB (Red+Green+Blue) = 84+133+255=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5485FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5485FF is #AB7A00. Grayscale: #838383. Windows color (decimal): -11237889 or 16745812. OLE color: 16745812.
HSL color Cylindrical-coordinate representation of color #5485FF: hue angle of 222.81º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5485FF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 133 | 255 | - |
| CMYK | 0.67 | 0.48 | 0 | 0 |
| HSL | 222.81º | 1% | 0.66% | - |
| HSV(B) | 222.81º | 0.67% | 1% | - |
| XYZ | 30.09 | 25.88 | 98.02 | - |
| YUV | 132.26 | 197.27 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 255 | 0.67 | 0.48 | 0 | 0 | 222.81 | 1 | 0.66 |
| Hex | 54 | 85 | FF | 43 | 30 | 0 | 0 | DF | 64 | 42 |
| Octal | 124 | 205 | 377 | 103 | 60 | 0 | 0 | 337 | 144 | 102 |
| Binary | 1010100 | 10000101 | 11111111 | 1000011 | 110000 | 0 | 0 | 11011111 | 1100100 | 1000010 |
Color Harmonies of #5485FF
Complementary color
Monochromatic Colors of #5485FF
Black with #5485FF
Text Example
Text Example
White with #5485FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5485FF; }
p { color: rgb(84,133,255); }
H1.HeaderClassName
{
color: #5485FF;
}
.AnyTagClassName
{
color: #5485FF;
}
</style>
background-color css
<style>
a { background-color: #5485FF; }
a { background-color: rgb(84,133,255); }
div.DivClassName
{
background-color: #5485FF;
}
.BgClassName
{
background-color: #5485FF;
}
</style>
border-color css
<style>
span { border-color: #5485FF; }
span { border-color: rgb(84,133,255); }
td.TdClassName
{
border-color: #5485FF;
}
.TagClassName
{
border-color: #5485FF;
}
</style>