Shades of Cornflower Blue #7099DC
Tints of Cornflower Blue #7099DC
RGB
CMYK
RGB Variations
Color information
#7099DC (or 0x7099DC) is known color: Cornflower Blue. HEX triplet: 70, 99 and DC. RGB value is (112,153,220). Sum of RGB (Red+Green+Blue) = 112+153+220=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7099DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099DC is #8F6623. Grayscale: #949494. Windows color (decimal): -9397796 or 14457200. OLE color: 14457200.
HSL color Cylindrical-coordinate representation of color #7099DC: hue angle of 217.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7099DC is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 153 | 220 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.14 |
| HSL | 217.22º | 0.61% | 0.65% | - |
| HSV(B) | 217.22º | 0.49% | 0.86% | - |
| XYZ | 30.99 | 31.39 | 72.14 | - |
| YUV | 148.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 220 | 0.49 | 0.30 | 0 | 0.14 | 217.22 | 0.61 | 0.65 |
| Hex | 70 | 99 | DC | 31 | 1E | 0 | E | D9 | 3D | 41 |
| Octal | 160 | 231 | 334 | 61 | 36 | 0 | 16 | 331 | 75 | 101 |
| Binary | 1110000 | 10011001 | 11011100 | 110001 | 11110 | 0 | 1110 | 11011001 | 111101 | 1000001 |
Color Harmonies of #7099DC
Complementary color
Monochromatic Colors of #7099DC
Black with #7099DC
Text Example
Text Example
White with #7099DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7099DC; }
p { color: rgb(112,153,220); }
H1.HeaderClassName
{
color: #7099DC;
}
.AnyTagClassName
{
color: #7099DC;
}
</style>
background-color css
<style>
a { background-color: #7099DC; }
a { background-color: rgb(112,153,220); }
div.DivClassName
{
background-color: #7099DC;
}
.BgClassName
{
background-color: #7099DC;
}
</style>
border-color css
<style>
span { border-color: #7099DC; }
span { border-color: rgb(112,153,220); }
td.TdClassName
{
border-color: #7099DC;
}
.TagClassName
{
border-color: #7099DC;
}
</style>