Shades of Cornflower Blue #5492DF
Tints of Cornflower Blue #5492DF
RGB
CMYK
RGB Variations
Color information
#5492DF (or 0x5492DF) is known color: Cornflower Blue. HEX triplet: 54, 92 and DF. RGB value is (84,146,223). Sum of RGB (Red+Green+Blue) = 84+146+223=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #5492DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492DF is #AB6D20. Grayscale: #878787. Windows color (decimal): -11234593 or 14651988. OLE color: 14651988.
HSL color Cylindrical-coordinate representation of color #5492DF: hue angle of 213.24º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5492DF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 146 | 223 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.13 |
| HSL | 213.24º | 0.68% | 0.6% | - |
| HSV(B) | 213.24º | 0.62% | 0.87% | - |
| XYZ | 27.25 | 27.77 | 73.74 | - |
| YUV | 136.24 | 176.96 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 223 | 0.62 | 0.35 | 0 | 0.13 | 213.24 | 0.68 | 0.6 |
| Hex | 54 | 92 | DF | 3E | 23 | 0 | D | D5 | 44 | 3C |
| Octal | 124 | 222 | 337 | 76 | 43 | 0 | 15 | 325 | 104 | 74 |
| Binary | 1010100 | 10010010 | 11011111 | 111110 | 100011 | 0 | 1101 | 11010101 | 1000100 | 111100 |
Color Harmonies of #5492DF
Complementary color
Monochromatic Colors of #5492DF
Black with #5492DF
Text Example
Text Example
White with #5492DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492DF; }
p { color: rgb(84,146,223); }
H1.HeaderClassName
{
color: #5492DF;
}
.AnyTagClassName
{
color: #5492DF;
}
</style>
background-color css
<style>
a { background-color: #5492DF; }
a { background-color: rgb(84,146,223); }
div.DivClassName
{
background-color: #5492DF;
}
.BgClassName
{
background-color: #5492DF;
}
</style>
border-color css
<style>
span { border-color: #5492DF; }
span { border-color: rgb(84,146,223); }
td.TdClassName
{
border-color: #5492DF;
}
.TagClassName
{
border-color: #5492DF;
}
</style>