Shades of Cornflower Blue #729CFC
Tints of Cornflower Blue #729CFC
RGB
CMYK
RGB Variations
Color information
#729CFC (or 0x729CFC) is known color: Cornflower Blue. HEX triplet: 72, 9C and FC. RGB value is (114,156,252). Sum of RGB (Red+Green+Blue) = 114+156+252=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #729CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CFC is #8D6303. Grayscale: #999999. Windows color (decimal): -9265924 or 16555122. OLE color: 16555122.
HSL color Cylindrical-coordinate representation of color #729CFC: hue angle of 221.74º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729CFC is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 156 | 252 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.01 |
| HSL | 221.74º | 0.96% | 0.72% | - |
| HSV(B) | 221.74º | 0.55% | 0.99% | - |
| XYZ | 36.4 | 34.38 | 96.81 | - |
| YUV | 154.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 252 | 0.55 | 0.38 | 0 | 0.01 | 221.74 | 0.96 | 0.72 |
| Hex | 72 | 9C | FC | 37 | 26 | 0 | 1 | DE | 60 | 48 |
| Octal | 162 | 234 | 374 | 67 | 46 | 0 | 1 | 336 | 140 | 110 |
| Binary | 1110010 | 10011100 | 11111100 | 110111 | 100110 | 0 | 1 | 11011110 | 1100000 | 1001000 |
Color Harmonies of #729CFC
Complementary color
Monochromatic Colors of #729CFC
Black with #729CFC
Text Example
Text Example
White with #729CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CFC; }
p { color: rgb(114,156,252); }
H1.HeaderClassName
{
color: #729CFC;
}
.AnyTagClassName
{
color: #729CFC;
}
</style>
background-color css
<style>
a { background-color: #729CFC; }
a { background-color: rgb(114,156,252); }
div.DivClassName
{
background-color: #729CFC;
}
.BgClassName
{
background-color: #729CFC;
}
</style>
border-color css
<style>
span { border-color: #729CFC; }
span { border-color: rgb(114,156,252); }
td.TdClassName
{
border-color: #729CFC;
}
.TagClassName
{
border-color: #729CFC;
}
</style>