Shades of Cornflower Blue #7082FF
Tints of Cornflower Blue #7082FF
RGB
CMYK
RGB Variations
Color information
#7082FF (or 0x7082FF) is known color: Cornflower Blue. HEX triplet: 70, 82 and FF. RGB value is (112,130,255). Sum of RGB (Red+Green+Blue) = 112+130+255=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #7082FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7082FF is #8F7D00. Grayscale: #8A8A8A. Windows color (decimal): -9403649 or 16745072. OLE color: 16745072.
HSL color Cylindrical-coordinate representation of color #7082FF: hue angle of 232.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7082FF is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 130 | 255 | - |
| CMYK | 0.56 | 0.49 | 0 | 0 |
| HSL | 232.45º | 1% | 0.72% | - |
| HSV(B) | 232.45º | 0.56% | 1% | - |
| XYZ | 32.71 | 26.63 | 98.02 | - |
| YUV | 138.87 | 193.54 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 255 | 0.56 | 0.49 | 0 | 0 | 232.45 | 1 | 0.72 |
| Hex | 70 | 82 | FF | 38 | 31 | 0 | 0 | E8 | 64 | 48 |
| Octal | 160 | 202 | 377 | 70 | 61 | 0 | 0 | 350 | 144 | 110 |
| Binary | 1110000 | 10000010 | 11111111 | 111000 | 110001 | 0 | 0 | 11101000 | 1100100 | 1001000 |
Color Harmonies of #7082FF
Complementary color
Monochromatic Colors of #7082FF
Black with #7082FF
Text Example
Text Example
White with #7082FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7082FF; }
p { color: rgb(112,130,255); }
H1.HeaderClassName
{
color: #7082FF;
}
.AnyTagClassName
{
color: #7082FF;
}
</style>
background-color css
<style>
a { background-color: #7082FF; }
a { background-color: rgb(112,130,255); }
div.DivClassName
{
background-color: #7082FF;
}
.BgClassName
{
background-color: #7082FF;
}
</style>
border-color css
<style>
span { border-color: #7082FF; }
span { border-color: rgb(112,130,255); }
td.TdClassName
{
border-color: #7082FF;
}
.TagClassName
{
border-color: #7082FF;
}
</style>