Shades of Cornflower Blue #7492DF
Tints of Cornflower Blue #7492DF
RGB
CMYK
RGB Variations
Color information
#7492DF (or 0x7492DF) is known color: Cornflower Blue. HEX triplet: 74, 92 and DF. RGB value is (116,146,223). Sum of RGB (Red+Green+Blue) = 116+146+223=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #7492DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7492DF is #8B6D20. Grayscale: #919191. Windows color (decimal): -9137441 or 14652020. OLE color: 14652020.
HSL color Cylindrical-coordinate representation of color #7492DF: hue angle of 223.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7492DF is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 146 | 223 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.13 |
| HSL | 223.18º | 0.63% | 0.66% | - |
| HSV(B) | 223.18º | 0.48% | 0.87% | - |
| XYZ | 30.8 | 29.6 | 73.9 | - |
| YUV | 145.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 223 | 0.48 | 0.35 | 0 | 0.13 | 223.18 | 0.63 | 0.66 |
| Hex | 74 | 92 | DF | 30 | 23 | 0 | D | DF | 3F | 42 |
| Octal | 164 | 222 | 337 | 60 | 43 | 0 | 15 | 337 | 77 | 102 |
| Binary | 1110100 | 10010010 | 11011111 | 110000 | 100011 | 0 | 1101 | 11011111 | 111111 | 1000010 |
Color Harmonies of #7492DF
Complementary color
Monochromatic Colors of #7492DF
Black with #7492DF
Text Example
Text Example
White with #7492DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7492DF; }
p { color: rgb(116,146,223); }
H1.HeaderClassName
{
color: #7492DF;
}
.AnyTagClassName
{
color: #7492DF;
}
</style>
background-color css
<style>
a { background-color: #7492DF; }
a { background-color: rgb(116,146,223); }
div.DivClassName
{
background-color: #7492DF;
}
.BgClassName
{
background-color: #7492DF;
}
</style>
border-color css
<style>
span { border-color: #7492DF; }
span { border-color: rgb(116,146,223); }
td.TdClassName
{
border-color: #7492DF;
}
.TagClassName
{
border-color: #7492DF;
}
</style>