Shades of Cornflower Blue #7299DF
Tints of Cornflower Blue #7299DF
RGB
CMYK
RGB Variations
Color information
#7299DF (or 0x7299DF) is known color: Cornflower Blue. HEX triplet: 72, 99 and DF. RGB value is (114,153,223). Sum of RGB (Red+Green+Blue) = 114+153+223=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7299DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299DF is #8D6620. Grayscale: #959595. Windows color (decimal): -9266721 or 14653810. OLE color: 14653810.
HSL color Cylindrical-coordinate representation of color #7299DF: hue angle of 218.53º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7299DF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 153 | 223 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.13 |
| HSL | 218.53º | 0.63% | 0.66% | - |
| HSV(B) | 218.53º | 0.49% | 0.87% | - |
| XYZ | 31.65 | 31.69 | 74.26 | - |
| YUV | 149.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 223 | 0.49 | 0.31 | 0 | 0.13 | 218.53 | 0.63 | 0.66 |
| Hex | 72 | 99 | DF | 31 | 1F | 0 | D | DB | 3F | 42 |
| Octal | 162 | 231 | 337 | 61 | 37 | 0 | 15 | 333 | 77 | 102 |
| Binary | 1110010 | 10011001 | 11011111 | 110001 | 11111 | 0 | 1101 | 11011011 | 111111 | 1000010 |
Color Harmonies of #7299DF
Complementary color
Monochromatic Colors of #7299DF
Black with #7299DF
Text Example
Text Example
White with #7299DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299DF; }
p { color: rgb(114,153,223); }
H1.HeaderClassName
{
color: #7299DF;
}
.AnyTagClassName
{
color: #7299DF;
}
</style>
background-color css
<style>
a { background-color: #7299DF; }
a { background-color: rgb(114,153,223); }
div.DivClassName
{
background-color: #7299DF;
}
.BgClassName
{
background-color: #7299DF;
}
</style>
border-color css
<style>
span { border-color: #7299DF; }
span { border-color: rgb(114,153,223); }
td.TdClassName
{
border-color: #7299DF;
}
.TagClassName
{
border-color: #7299DF;
}
</style>