Shades of Cornflower Blue #5792DF
Tints of Cornflower Blue #5792DF
RGB
CMYK
RGB Variations
Color information
#5792DF (or 0x5792DF) is known color: Cornflower Blue. HEX triplet: 57, 92 and DF. RGB value is (87,146,223). Sum of RGB (Red+Green+Blue) = 87+146+223=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #5792DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5792DF is #A86D20. Grayscale: #888888. Windows color (decimal): -11037985 or 14651991. OLE color: 14651991.
HSL color Cylindrical-coordinate representation of color #5792DF: hue angle of 213.97º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5792DF is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 146 | 223 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.13 |
| HSL | 213.97º | 0.68% | 0.61% | - |
| HSV(B) | 213.97º | 0.61% | 0.87% | - |
| XYZ | 27.53 | 27.91 | 73.75 | - |
| YUV | 137.14 | 176.45 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 146 | 223 | 0.61 | 0.35 | 0 | 0.13 | 213.97 | 0.68 | 0.61 |
| Hex | 57 | 92 | DF | 3D | 23 | 0 | D | D6 | 44 | 3D |
| Octal | 127 | 222 | 337 | 75 | 43 | 0 | 15 | 326 | 104 | 75 |
| Binary | 1010111 | 10010010 | 11011111 | 111101 | 100011 | 0 | 1101 | 11010110 | 1000100 | 111101 |
Color Harmonies of #5792DF
Complementary color
Monochromatic Colors of #5792DF
Black with #5792DF
Text Example
Text Example
White with #5792DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5792DF; }
p { color: rgb(87,146,223); }
H1.HeaderClassName
{
color: #5792DF;
}
.AnyTagClassName
{
color: #5792DF;
}
</style>
background-color css
<style>
a { background-color: #5792DF; }
a { background-color: rgb(87,146,223); }
div.DivClassName
{
background-color: #5792DF;
}
.BgClassName
{
background-color: #5792DF;
}
</style>
border-color css
<style>
span { border-color: #5792DF; }
span { border-color: rgb(87,146,223); }
td.TdClassName
{
border-color: #5792DF;
}
.TagClassName
{
border-color: #5792DF;
}
</style>