Shades of Cornflower Blue #729AF8
Tints of Cornflower Blue #729AF8
RGB
CMYK
RGB Variations
Color information
#729AF8 (or 0x729AF8) is known color: Cornflower Blue. HEX triplet: 72, 9A and F8. RGB value is (114,154,248). Sum of RGB (Red+Green+Blue) = 114+154+248=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #729AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729AF8 is #8D6507. Grayscale: #989898. Windows color (decimal): -9266440 or 16292466. OLE color: 16292466.
HSL color Cylindrical-coordinate representation of color #729AF8: hue angle of 222.09º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #729AF8 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 154 | 248 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.03 |
| HSL | 222.09º | 0.91% | 0.71% | - |
| HSV(B) | 222.09º | 0.54% | 0.97% | - |
| XYZ | 35.44 | 33.47 | 93.4 | - |
| YUV | 152.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 248 | 0.54 | 0.38 | 0 | 0.03 | 222.09 | 0.91 | 0.71 |
| Hex | 72 | 9A | F8 | 36 | 26 | 0 | 3 | DE | 5B | 47 |
| Octal | 162 | 232 | 370 | 66 | 46 | 0 | 3 | 336 | 133 | 107 |
| Binary | 1110010 | 10011010 | 11111000 | 110110 | 100110 | 0 | 11 | 11011110 | 1011011 | 1000111 |
Color Harmonies of #729AF8
Complementary color
Monochromatic Colors of #729AF8
Black with #729AF8
Text Example
Text Example
White with #729AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AF8; }
p { color: rgb(114,154,248); }
H1.HeaderClassName
{
color: #729AF8;
}
.AnyTagClassName
{
color: #729AF8;
}
</style>
background-color css
<style>
a { background-color: #729AF8; }
a { background-color: rgb(114,154,248); }
div.DivClassName
{
background-color: #729AF8;
}
.BgClassName
{
background-color: #729AF8;
}
</style>
border-color css
<style>
span { border-color: #729AF8; }
span { border-color: rgb(114,154,248); }
td.TdClassName
{
border-color: #729AF8;
}
.TagClassName
{
border-color: #729AF8;
}
</style>