Shades of Cornflower Blue #7099F1
Tints of Cornflower Blue #7099F1
RGB
CMYK
RGB Variations
Color information
#7099F1 (or 0x7099F1) is known color: Cornflower Blue. HEX triplet: 70, 99 and F1. RGB value is (112,153,241). Sum of RGB (Red+Green+Blue) = 112+153+241=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #7099F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7099F1 is #8F660E. Grayscale: #969696. Windows color (decimal): -9397775 or 15833456. OLE color: 15833456.
HSL color Cylindrical-coordinate representation of color #7099F1: hue angle of 220.93º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7099F1 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 153 | 241 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.05 |
| HSL | 220.93º | 0.82% | 0.69% | - |
| HSV(B) | 220.93º | 0.54% | 0.95% | - |
| XYZ | 33.95 | 32.58 | 87.72 | - |
| YUV | 150.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 241 | 0.54 | 0.37 | 0 | 0.05 | 220.93 | 0.82 | 0.69 |
| Hex | 70 | 99 | F1 | 36 | 25 | 0 | 5 | DD | 52 | 45 |
| Octal | 160 | 231 | 361 | 66 | 45 | 0 | 5 | 335 | 122 | 105 |
| Binary | 1110000 | 10011001 | 11110001 | 110110 | 100101 | 0 | 101 | 11011101 | 1010010 | 1000101 |
Color Harmonies of #7099F1
Complementary color
Monochromatic Colors of #7099F1
Black with #7099F1
Text Example
Text Example
White with #7099F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7099F1; }
p { color: rgb(112,153,241); }
H1.HeaderClassName
{
color: #7099F1;
}
.AnyTagClassName
{
color: #7099F1;
}
</style>
background-color css
<style>
a { background-color: #7099F1; }
a { background-color: rgb(112,153,241); }
div.DivClassName
{
background-color: #7099F1;
}
.BgClassName
{
background-color: #7099F1;
}
</style>
border-color css
<style>
span { border-color: #7099F1; }
span { border-color: rgb(112,153,241); }
td.TdClassName
{
border-color: #7099F1;
}
.TagClassName
{
border-color: #7099F1;
}
</style>