Shades of Cornflower Blue #729BFC
Tints of Cornflower Blue #729BFC
RGB
CMYK
RGB Variations
Color information
#729BFC (or 0x729BFC) is known color: Cornflower Blue. HEX triplet: 72, 9B and FC. RGB value is (114,155,252). Sum of RGB (Red+Green+Blue) = 114+155+252=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #729BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729BFC is #8D6403. Grayscale: #999999. Windows color (decimal): -9266180 or 16554866. OLE color: 16554866.
HSL color Cylindrical-coordinate representation of color #729BFC: hue angle of 222.17º 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 #729BFC is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 155 | 252 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.01 |
| HSL | 222.17º | 0.96% | 0.72% | - |
| HSV(B) | 222.17º | 0.55% | 0.99% | - |
| XYZ | 36.23 | 34.05 | 96.76 | - |
| YUV | 153.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 252 | 0.55 | 0.38 | 0 | 0.01 | 222.17 | 0.96 | 0.72 |
| Hex | 72 | 9B | FC | 37 | 26 | 0 | 1 | DE | 60 | 48 |
| Octal | 162 | 233 | 374 | 67 | 46 | 0 | 1 | 336 | 140 | 110 |
| Binary | 1110010 | 10011011 | 11111100 | 110111 | 100110 | 0 | 1 | 11011110 | 1100000 | 1001000 |
Color Harmonies of #729BFC
Complementary color
Monochromatic Colors of #729BFC
Black with #729BFC
Text Example
Text Example
White with #729BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BFC; }
p { color: rgb(114,155,252); }
H1.HeaderClassName
{
color: #729BFC;
}
.AnyTagClassName
{
color: #729BFC;
}
</style>
background-color css
<style>
a { background-color: #729BFC; }
a { background-color: rgb(114,155,252); }
div.DivClassName
{
background-color: #729BFC;
}
.BgClassName
{
background-color: #729BFC;
}
</style>
border-color css
<style>
span { border-color: #729BFC; }
span { border-color: rgb(114,155,252); }
td.TdClassName
{
border-color: #729BFC;
}
.TagClassName
{
border-color: #729BFC;
}
</style>