Shades of Cornflower Blue #7099DD
Tints of Cornflower Blue #7099DD
RGB
CMYK
RGB Variations
Color information
#7099DD (or 0x7099DD) is known color: Cornflower Blue. HEX triplet: 70, 99 and DD. RGB value is (112,153,221). Sum of RGB (Red+Green+Blue) = 112+153+221=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7099DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099DD is #8F6622. Grayscale: #949494. Windows color (decimal): -9397795 or 14522736. OLE color: 14522736.
HSL color Cylindrical-coordinate representation of color #7099DD: hue angle of 217.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7099DD is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 153 | 221 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.13 |
| HSL | 217.43º | 0.62% | 0.65% | - |
| HSV(B) | 217.43º | 0.49% | 0.87% | - |
| XYZ | 31.12 | 31.45 | 72.84 | - |
| YUV | 148.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 221 | 0.49 | 0.31 | 0 | 0.13 | 217.43 | 0.62 | 0.65 |
| Hex | 70 | 99 | DD | 31 | 1F | 0 | D | D9 | 3E | 41 |
| Octal | 160 | 231 | 335 | 61 | 37 | 0 | 15 | 331 | 76 | 101 |
| Binary | 1110000 | 10011001 | 11011101 | 110001 | 11111 | 0 | 1101 | 11011001 | 111110 | 1000001 |
Color Harmonies of #7099DD
Complementary color
Monochromatic Colors of #7099DD
Black with #7099DD
Text Example
Text Example
White with #7099DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7099DD; }
p { color: rgb(112,153,221); }
H1.HeaderClassName
{
color: #7099DD;
}
.AnyTagClassName
{
color: #7099DD;
}
</style>
background-color css
<style>
a { background-color: #7099DD; }
a { background-color: rgb(112,153,221); }
div.DivClassName
{
background-color: #7099DD;
}
.BgClassName
{
background-color: #7099DD;
}
</style>
border-color css
<style>
span { border-color: #7099DD; }
span { border-color: rgb(112,153,221); }
td.TdClassName
{
border-color: #7099DD;
}
.TagClassName
{
border-color: #7099DD;
}
</style>