Shades of Cornflower Blue #7095EF
Tints of Cornflower Blue #7095EF
RGB
CMYK
RGB Variations
Color information
#7095EF (or 0x7095EF) is known color: Cornflower Blue. HEX triplet: 70, 95 and EF. RGB value is (112,149,239). Sum of RGB (Red+Green+Blue) = 112+149+239=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #7095EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7095EF is #8F6A10. Grayscale: #939393. Windows color (decimal): -9398801 or 15701360. OLE color: 15701360.
HSL color Cylindrical-coordinate representation of color #7095EF: hue angle of 222.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7095EF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 149 | 239 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.06 |
| HSL | 222.52º | 0.8% | 0.69% | - |
| HSV(B) | 222.52º | 0.53% | 0.94% | - |
| XYZ | 33.01 | 31.17 | 85.94 | - |
| YUV | 148.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 239 | 0.53 | 0.38 | 0 | 0.06 | 222.52 | 0.8 | 0.69 |
| Hex | 70 | 95 | EF | 35 | 26 | 0 | 6 | DF | 50 | 45 |
| Octal | 160 | 225 | 357 | 65 | 46 | 0 | 6 | 337 | 120 | 105 |
| Binary | 1110000 | 10010101 | 11101111 | 110101 | 100110 | 0 | 110 | 11011111 | 1010000 | 1000101 |
Color Harmonies of #7095EF
Complementary color
Monochromatic Colors of #7095EF
Black with #7095EF
Text Example
Text Example
White with #7095EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7095EF; }
p { color: rgb(112,149,239); }
H1.HeaderClassName
{
color: #7095EF;
}
.AnyTagClassName
{
color: #7095EF;
}
</style>
background-color css
<style>
a { background-color: #7095EF; }
a { background-color: rgb(112,149,239); }
div.DivClassName
{
background-color: #7095EF;
}
.BgClassName
{
background-color: #7095EF;
}
</style>
border-color css
<style>
span { border-color: #7095EF; }
span { border-color: rgb(112,149,239); }
td.TdClassName
{
border-color: #7095EF;
}
.TagClassName
{
border-color: #7095EF;
}
</style>