Shades of Cornflower Blue #7095DC
Tints of Cornflower Blue #7095DC
RGB
CMYK
RGB Variations
Color information
#7095DC (or 0x7095DC) is known color: Cornflower Blue. HEX triplet: 70, 95 and DC. RGB value is (112,149,220). Sum of RGB (Red+Green+Blue) = 112+149+220=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #7095DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095DC is #8F6A23. Grayscale: #919191. Windows color (decimal): -9398820 or 14456176. OLE color: 14456176.
HSL color Cylindrical-coordinate representation of color #7095DC: hue angle of 219.44º 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 #7095DC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 149 | 220 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.14 |
| HSL | 219.44º | 0.61% | 0.65% | - |
| HSV(B) | 219.44º | 0.49% | 0.86% | - |
| XYZ | 30.35 | 30.11 | 71.92 | - |
| YUV | 146.03 | 169.74 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 220 | 0.49 | 0.32 | 0 | 0.14 | 219.44 | 0.61 | 0.65 |
| Hex | 70 | 95 | DC | 31 | 20 | 0 | E | DB | 3D | 41 |
| Octal | 160 | 225 | 334 | 61 | 40 | 0 | 16 | 333 | 75 | 101 |
| Binary | 1110000 | 10010101 | 11011100 | 110001 | 100000 | 0 | 1110 | 11011011 | 111101 | 1000001 |
Color Harmonies of #7095DC
Complementary color
Monochromatic Colors of #7095DC
Black with #7095DC
Text Example
Text Example
White with #7095DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7095DC; }
p { color: rgb(112,149,220); }
H1.HeaderClassName
{
color: #7095DC;
}
.AnyTagClassName
{
color: #7095DC;
}
</style>
background-color css
<style>
a { background-color: #7095DC; }
a { background-color: rgb(112,149,220); }
div.DivClassName
{
background-color: #7095DC;
}
.BgClassName
{
background-color: #7095DC;
}
</style>
border-color css
<style>
span { border-color: #7095DC; }
span { border-color: rgb(112,149,220); }
td.TdClassName
{
border-color: #7095DC;
}
.TagClassName
{
border-color: #7095DC;
}
</style>