Shades of Cornflower Blue #7099EB
Tints of Cornflower Blue #7099EB
RGB
CMYK
RGB Variations
Color information
#7099EB (or 0x7099EB) is known color: Cornflower Blue. HEX triplet: 70, 99 and EB. RGB value is (112,153,235). Sum of RGB (Red+Green+Blue) = 112+153+235=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #7099EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7099EB is #8F6614. Grayscale: #959595. Windows color (decimal): -9397781 or 15440240. OLE color: 15440240.
HSL color Cylindrical-coordinate representation of color #7099EB: hue angle of 220º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7099EB is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 153 | 235 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.08 |
| HSL | 220º | 0.75% | 0.68% | - |
| HSV(B) | 220º | 0.52% | 0.92% | - |
| XYZ | 33.07 | 32.23 | 83.07 | - |
| YUV | 150.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 235 | 0.52 | 0.35 | 0 | 0.08 | 220 | 0.75 | 0.68 |
| Hex | 70 | 99 | EB | 34 | 23 | 0 | 8 | DC | 4B | 44 |
| Octal | 160 | 231 | 353 | 64 | 43 | 0 | 10 | 334 | 113 | 104 |
| Binary | 1110000 | 10011001 | 11101011 | 110100 | 100011 | 0 | 1000 | 11011100 | 1001011 | 1000100 |
Color Harmonies of #7099EB
Complementary color
Monochromatic Colors of #7099EB
Black with #7099EB
Text Example
Text Example
White with #7099EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7099EB; }
p { color: rgb(112,153,235); }
H1.HeaderClassName
{
color: #7099EB;
}
.AnyTagClassName
{
color: #7099EB;
}
</style>
background-color css
<style>
a { background-color: #7099EB; }
a { background-color: rgb(112,153,235); }
div.DivClassName
{
background-color: #7099EB;
}
.BgClassName
{
background-color: #7099EB;
}
</style>
border-color css
<style>
span { border-color: #7099EB; }
span { border-color: rgb(112,153,235); }
td.TdClassName
{
border-color: #7099EB;
}
.TagClassName
{
border-color: #7099EB;
}
</style>