Shades of Cornflower Blue #728BFC
Tints of Cornflower Blue #728BFC
RGB
CMYK
RGB Variations
Color information
#728BFC (or 0x728BFC) is known color: Cornflower Blue. HEX triplet: 72, 8B and FC. RGB value is (114,139,252). Sum of RGB (Red+Green+Blue) = 114+139+252=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #728BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BFC is #8D7403. Grayscale: #8F8F8F. Windows color (decimal): -9270276 or 16550770. OLE color: 16550770.
HSL color Cylindrical-coordinate representation of color #728BFC: hue angle of 229.13º 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 #728BFC is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 139 | 252 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.01 |
| HSL | 229.13º | 0.96% | 0.72% | - |
| HSV(B) | 229.13º | 0.55% | 0.99% | - |
| XYZ | 33.74 | 29.07 | 95.93 | - |
| YUV | 144.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 252 | 0.55 | 0.45 | 0 | 0.01 | 229.13 | 0.96 | 0.72 |
| Hex | 72 | 8B | FC | 37 | 2D | 0 | 1 | E5 | 60 | 48 |
| Octal | 162 | 213 | 374 | 67 | 55 | 0 | 1 | 345 | 140 | 110 |
| Binary | 1110010 | 10001011 | 11111100 | 110111 | 101101 | 0 | 1 | 11100101 | 1100000 | 1001000 |
Color Harmonies of #728BFC
Complementary color
Monochromatic Colors of #728BFC
Black with #728BFC
Text Example
Text Example
White with #728BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BFC; }
p { color: rgb(114,139,252); }
H1.HeaderClassName
{
color: #728BFC;
}
.AnyTagClassName
{
color: #728BFC;
}
</style>
background-color css
<style>
a { background-color: #728BFC; }
a { background-color: rgb(114,139,252); }
div.DivClassName
{
background-color: #728BFC;
}
.BgClassName
{
background-color: #728BFC;
}
</style>
border-color css
<style>
span { border-color: #728BFC; }
span { border-color: rgb(114,139,252); }
td.TdClassName
{
border-color: #728BFC;
}
.TagClassName
{
border-color: #728BFC;
}
</style>