Shades of Cornflower Blue #729FFF
Tints of Cornflower Blue #729FFF
RGB
CMYK
RGB Variations
Color information
#729FFF (or 0x729FFF) is known color: Cornflower Blue. HEX triplet: 72, 9F and FF. RGB value is (114,159,255). Sum of RGB (Red+Green+Blue) = 114+159+255=528 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.59% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #729FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729FFF is #8D6000. Grayscale: #9C9C9C. Windows color (decimal): -9265153 or 16752498. OLE color: 16752498.
HSL color Cylindrical-coordinate representation of color #729FFF: hue angle of 220.85º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729FFF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 159 | 255 | - |
| CMYK | 0.55 | 0.38 | 0 | 0 |
| HSL | 220.85º | 1% | 0.72% | - |
| HSV(B) | 220.85º | 0.55% | 1% | - |
| XYZ | 37.39 | 35.59 | 99.51 | - |
| YUV | 156.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 255 | 0.55 | 0.38 | 0 | 0 | 220.85 | 1 | 0.72 |
| Hex | 72 | 9F | FF | 37 | 26 | 0 | 0 | DD | 64 | 48 |
| Octal | 162 | 237 | 377 | 67 | 46 | 0 | 0 | 335 | 144 | 110 |
| Binary | 1110010 | 10011111 | 11111111 | 110111 | 100110 | 0 | 0 | 11011101 | 1100100 | 1001000 |
Color Harmonies of #729FFF
Complementary color
Monochromatic Colors of #729FFF
Black with #729FFF
Text Example
Text Example
White with #729FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FFF; }
p { color: rgb(114,159,255); }
H1.HeaderClassName
{
color: #729FFF;
}
.AnyTagClassName
{
color: #729FFF;
}
</style>
background-color css
<style>
a { background-color: #729FFF; }
a { background-color: rgb(114,159,255); }
div.DivClassName
{
background-color: #729FFF;
}
.BgClassName
{
background-color: #729FFF;
}
</style>
border-color css
<style>
span { border-color: #729FFF; }
span { border-color: rgb(114,159,255); }
td.TdClassName
{
border-color: #729FFF;
}
.TagClassName
{
border-color: #729FFF;
}
</style>