Shades of Cornflower Blue #729BFA
Tints of Cornflower Blue #729BFA
RGB
CMYK
RGB Variations
Color information
#729BFA (or 0x729BFA) is known color: Cornflower Blue. HEX triplet: 72, 9B and FA. RGB value is (114,155,250). Sum of RGB (Red+Green+Blue) = 114+155+250=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #729BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729BFA is #8D6405. Grayscale: #999999. Windows color (decimal): -9266182 or 16423794. OLE color: 16423794.
HSL color Cylindrical-coordinate representation of color #729BFA: hue angle of 221.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #729BFA is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 155 | 250 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.02 |
| HSL | 221.91º | 0.93% | 0.71% | - |
| HSV(B) | 221.91º | 0.54% | 0.98% | - |
| XYZ | 35.92 | 33.92 | 95.1 | - |
| YUV | 153.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 250 | 0.54 | 0.38 | 0 | 0.02 | 221.91 | 0.93 | 0.71 |
| Hex | 72 | 9B | FA | 36 | 26 | 0 | 2 | DE | 5D | 47 |
| Octal | 162 | 233 | 372 | 66 | 46 | 0 | 2 | 336 | 135 | 107 |
| Binary | 1110010 | 10011011 | 11111010 | 110110 | 100110 | 0 | 10 | 11011110 | 1011101 | 1000111 |
Color Harmonies of #729BFA
Complementary color
Monochromatic Colors of #729BFA
Black with #729BFA
Text Example
Text Example
White with #729BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BFA; }
p { color: rgb(114,155,250); }
H1.HeaderClassName
{
color: #729BFA;
}
.AnyTagClassName
{
color: #729BFA;
}
</style>
background-color css
<style>
a { background-color: #729BFA; }
a { background-color: rgb(114,155,250); }
div.DivClassName
{
background-color: #729BFA;
}
.BgClassName
{
background-color: #729BFA;
}
</style>
border-color css
<style>
span { border-color: #729BFA; }
span { border-color: rgb(114,155,250); }
td.TdClassName
{
border-color: #729BFA;
}
.TagClassName
{
border-color: #729BFA;
}
</style>