Shades of Cornflower Blue #7099FE
Tints of Cornflower Blue #7099FE
RGB
CMYK
RGB Variations
Color information
#7099FE (or 0x7099FE) is known color: Cornflower Blue. HEX triplet: 70, 99 and FE. RGB value is (112,153,254). Sum of RGB (Red+Green+Blue) = 112+153+254=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #7099FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7099FE is #8F6601. Grayscale: #979797. Windows color (decimal): -9397762 or 16685424. OLE color: 16685424.
HSL color Cylindrical-coordinate representation of color #7099FE: hue angle of 222.68º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7099FE is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 153 | 254 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.00 |
| HSL | 222.68º | 0.99% | 0.72% | - |
| HSV(B) | 222.68º | 0.56% | 1% | - |
| XYZ | 35.96 | 33.38 | 98.31 | - |
| YUV | 152.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 254 | 0.56 | 0.40 | 0 | 0.00 | 222.68 | 0.99 | 0.72 |
| Hex | 70 | 99 | FE | 38 | 28 | 0 | 0 | DF | 63 | 48 |
| Octal | 160 | 231 | 376 | 70 | 50 | 0 | 0 | 337 | 143 | 110 |
| Binary | 1110000 | 10011001 | 11111110 | 111000 | 101000 | 0 | 0 | 11011111 | 1100011 | 1001000 |
Color Harmonies of #7099FE
Complementary color
Monochromatic Colors of #7099FE
Black with #7099FE
Text Example
Text Example
White with #7099FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7099FE; }
p { color: rgb(112,153,254); }
H1.HeaderClassName
{
color: #7099FE;
}
.AnyTagClassName
{
color: #7099FE;
}
</style>
background-color css
<style>
a { background-color: #7099FE; }
a { background-color: rgb(112,153,254); }
div.DivClassName
{
background-color: #7099FE;
}
.BgClassName
{
background-color: #7099FE;
}
</style>
border-color css
<style>
span { border-color: #7099FE; }
span { border-color: rgb(112,153,254); }
td.TdClassName
{
border-color: #7099FE;
}
.TagClassName
{
border-color: #7099FE;
}
</style>