Shades of Cornflower Blue #5892DF
Tints of Cornflower Blue #5892DF
RGB
CMYK
RGB Variations
Color information
#5892DF (or 0x5892DF) is known color: Cornflower Blue. HEX triplet: 58, 92 and DF. RGB value is (88,146,223). Sum of RGB (Red+Green+Blue) = 88+146+223=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #5892DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5892DF is #A76D20. Grayscale: #898989. Windows color (decimal): -10972449 or 14651992. OLE color: 14651992.
HSL color Cylindrical-coordinate representation of color #5892DF: hue angle of 214.22º 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 #5892DF is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 146 | 223 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.13 |
| HSL | 214.22º | 0.68% | 0.61% | - |
| HSV(B) | 214.22º | 0.61% | 0.87% | - |
| XYZ | 27.62 | 27.96 | 73.75 | - |
| YUV | 137.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 223 | 0.61 | 0.35 | 0 | 0.13 | 214.22 | 0.68 | 0.61 |
| Hex | 58 | 92 | DF | 3D | 23 | 0 | D | D6 | 44 | 3D |
| Octal | 130 | 222 | 337 | 75 | 43 | 0 | 15 | 326 | 104 | 75 |
| Binary | 1011000 | 10010010 | 11011111 | 111101 | 100011 | 0 | 1101 | 11010110 | 1000100 | 111101 |
Color Harmonies of #5892DF
Complementary color
Monochromatic Colors of #5892DF
Black with #5892DF
Text Example
Text Example
White with #5892DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892DF; }
p { color: rgb(88,146,223); }
H1.HeaderClassName
{
color: #5892DF;
}
.AnyTagClassName
{
color: #5892DF;
}
</style>
background-color css
<style>
a { background-color: #5892DF; }
a { background-color: rgb(88,146,223); }
div.DivClassName
{
background-color: #5892DF;
}
.BgClassName
{
background-color: #5892DF;
}
</style>
border-color css
<style>
span { border-color: #5892DF; }
span { border-color: rgb(88,146,223); }
td.TdClassName
{
border-color: #5892DF;
}
.TagClassName
{
border-color: #5892DF;
}
</style>