Shades of Cornflower Blue #7299F0
Tints of Cornflower Blue #7299F0
RGB
CMYK
RGB Variations
Color information
#7299F0 (or 0x7299F0) is known color: Cornflower Blue. HEX triplet: 72, 99 and F0. RGB value is (114,153,240). Sum of RGB (Red+Green+Blue) = 114+153+240=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #7299F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7299F0 is #8D660F. Grayscale: #969696. Windows color (decimal): -9266704 or 15767922. OLE color: 15767922.
HSL color Cylindrical-coordinate representation of color #7299F0: hue angle of 221.43º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7299F0 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 153 | 240 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.06 |
| HSL | 221.43º | 0.81% | 0.69% | - |
| HSV(B) | 221.43º | 0.53% | 0.94% | - |
| XYZ | 34.06 | 32.65 | 86.95 | - |
| YUV | 151.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 240 | 0.52 | 0.36 | 0 | 0.06 | 221.43 | 0.81 | 0.69 |
| Hex | 72 | 99 | F0 | 34 | 24 | 0 | 6 | DD | 51 | 45 |
| Octal | 162 | 231 | 360 | 64 | 44 | 0 | 6 | 335 | 121 | 105 |
| Binary | 1110010 | 10011001 | 11110000 | 110100 | 100100 | 0 | 110 | 11011101 | 1010001 | 1000101 |
Color Harmonies of #7299F0
Complementary color
Monochromatic Colors of #7299F0
Black with #7299F0
Text Example
Text Example
White with #7299F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299F0; }
p { color: rgb(114,153,240); }
H1.HeaderClassName
{
color: #7299F0;
}
.AnyTagClassName
{
color: #7299F0;
}
</style>
background-color css
<style>
a { background-color: #7299F0; }
a { background-color: rgb(114,153,240); }
div.DivClassName
{
background-color: #7299F0;
}
.BgClassName
{
background-color: #7299F0;
}
</style>
border-color css
<style>
span { border-color: #7299F0; }
span { border-color: rgb(114,153,240); }
td.TdClassName
{
border-color: #7299F0;
}
.TagClassName
{
border-color: #7299F0;
}
</style>