Shades of Cornflower Blue #7099DF
Tints of Cornflower Blue #7099DF
RGB
CMYK
RGB Variations
Color information
#7099DF (or 0x7099DF) is known color: Cornflower Blue. HEX triplet: 70, 99 and DF. RGB value is (112,153,223). Sum of RGB (Red+Green+Blue) = 112+153+223=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #7099DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099DF is #8F6620. Grayscale: #949494. Windows color (decimal): -9397793 or 14653808. OLE color: 14653808.
HSL color Cylindrical-coordinate representation of color #7099DF: hue angle of 217.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7099DF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 153 | 223 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.13 |
| HSL | 217.84º | 0.63% | 0.66% | - |
| HSV(B) | 217.84º | 0.5% | 0.87% | - |
| XYZ | 31.39 | 31.55 | 74.25 | - |
| YUV | 148.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 223 | 0.50 | 0.31 | 0 | 0.13 | 217.84 | 0.63 | 0.66 |
| Hex | 70 | 99 | DF | 32 | 1F | 0 | D | DA | 3F | 42 |
| Octal | 160 | 231 | 337 | 62 | 37 | 0 | 15 | 332 | 77 | 102 |
| Binary | 1110000 | 10011001 | 11011111 | 110010 | 11111 | 0 | 1101 | 11011010 | 111111 | 1000010 |
Color Harmonies of #7099DF
Complementary color
Monochromatic Colors of #7099DF
Black with #7099DF
Text Example
Text Example
White with #7099DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7099DF; }
p { color: rgb(112,153,223); }
H1.HeaderClassName
{
color: #7099DF;
}
.AnyTagClassName
{
color: #7099DF;
}
</style>
background-color css
<style>
a { background-color: #7099DF; }
a { background-color: rgb(112,153,223); }
div.DivClassName
{
background-color: #7099DF;
}
.BgClassName
{
background-color: #7099DF;
}
</style>
border-color css
<style>
span { border-color: #7099DF; }
span { border-color: rgb(112,153,223); }
td.TdClassName
{
border-color: #7099DF;
}
.TagClassName
{
border-color: #7099DF;
}
</style>