Shades of Cornflower Blue #7095FA
Tints of Cornflower Blue #7095FA
RGB
CMYK
RGB Variations
Color information
#7095FA (or 0x7095FA) is known color: Cornflower Blue. HEX triplet: 70, 95 and FA. RGB value is (112,149,250). Sum of RGB (Red+Green+Blue) = 112+149+250=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #7095FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7095FA is #8F6A05. Grayscale: #959595. Windows color (decimal): -9398790 or 16422256. OLE color: 16422256.
HSL color Cylindrical-coordinate representation of color #7095FA: hue angle of 223.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7095FA is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 149 | 250 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.02 |
| HSL | 223.91º | 0.93% | 0.71% | - |
| HSV(B) | 223.91º | 0.55% | 0.98% | - |
| XYZ | 34.68 | 31.84 | 94.76 | - |
| YUV | 149.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 250 | 0.55 | 0.40 | 0 | 0.02 | 223.91 | 0.93 | 0.71 |
| Hex | 70 | 95 | FA | 37 | 28 | 0 | 2 | E0 | 5D | 47 |
| Octal | 160 | 225 | 372 | 67 | 50 | 0 | 2 | 340 | 135 | 107 |
| Binary | 1110000 | 10010101 | 11111010 | 110111 | 101000 | 0 | 10 | 11100000 | 1011101 | 1000111 |
Color Harmonies of #7095FA
Complementary color
Monochromatic Colors of #7095FA
Black with #7095FA
Text Example
Text Example
White with #7095FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7095FA; }
p { color: rgb(112,149,250); }
H1.HeaderClassName
{
color: #7095FA;
}
.AnyTagClassName
{
color: #7095FA;
}
</style>
background-color css
<style>
a { background-color: #7095FA; }
a { background-color: rgb(112,149,250); }
div.DivClassName
{
background-color: #7095FA;
}
.BgClassName
{
background-color: #7095FA;
}
</style>
border-color css
<style>
span { border-color: #7095FA; }
span { border-color: rgb(112,149,250); }
td.TdClassName
{
border-color: #7095FA;
}
.TagClassName
{
border-color: #7095FA;
}
</style>