Shades of Cornflower Blue #5492FC
Tints of Cornflower Blue #5492FC
RGB
CMYK
RGB Variations
Color information
#5492FC (or 0x5492FC) is known color: Cornflower Blue. HEX triplet: 54, 92 and FC. RGB value is (84,146,252). Sum of RGB (Red+Green+Blue) = 84+146+252=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #5492FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5492FC is #AB6D03. Grayscale: #8B8B8B. Windows color (decimal): -11234564 or 16552532. OLE color: 16552532.
HSL color Cylindrical-coordinate representation of color #5492FC: hue angle of 217.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5492FC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 146 | 252 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.01 |
| HSL | 217.86º | 0.97% | 0.66% | - |
| HSV(B) | 217.86º | 0.67% | 0.99% | - |
| XYZ | 31.51 | 29.47 | 96.12 | - |
| YUV | 139.55 | 191.46 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 252 | 0.67 | 0.42 | 0 | 0.01 | 217.86 | 0.97 | 0.66 |
| Hex | 54 | 92 | FC | 43 | 2A | 0 | 1 | DA | 61 | 42 |
| Octal | 124 | 222 | 374 | 103 | 52 | 0 | 1 | 332 | 141 | 102 |
| Binary | 1010100 | 10010010 | 11111100 | 1000011 | 101010 | 0 | 1 | 11011010 | 1100001 | 1000010 |
Color Harmonies of #5492FC
Complementary color
Monochromatic Colors of #5492FC
Black with #5492FC
Text Example
Text Example
White with #5492FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492FC; }
p { color: rgb(84,146,252); }
H1.HeaderClassName
{
color: #5492FC;
}
.AnyTagClassName
{
color: #5492FC;
}
</style>
background-color css
<style>
a { background-color: #5492FC; }
a { background-color: rgb(84,146,252); }
div.DivClassName
{
background-color: #5492FC;
}
.BgClassName
{
background-color: #5492FC;
}
</style>
border-color css
<style>
span { border-color: #5492FC; }
span { border-color: rgb(84,146,252); }
td.TdClassName
{
border-color: #5492FC;
}
.TagClassName
{
border-color: #5492FC;
}
</style>