Shades of Cornflower Blue #728AF0
Tints of Cornflower Blue #728AF0
RGB
CMYK
RGB Variations
Color information
#728AF0 (or 0x728AF0) is known color: Cornflower Blue. HEX triplet: 72, 8A and F0. RGB value is (114,138,240). Sum of RGB (Red+Green+Blue) = 114+138+240=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #728AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF0 is #8D750F. Grayscale: #8E8E8E. Windows color (decimal): -9270544 or 15764082. OLE color: 15764082.
HSL color Cylindrical-coordinate representation of color #728AF0: hue angle of 228.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #728AF0 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 138 | 240 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.06 |
| HSL | 228.57º | 0.81% | 0.69% | - |
| HSV(B) | 228.57º | 0.53% | 0.94% | - |
| XYZ | 31.76 | 28.05 | 86.18 | - |
| YUV | 142.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 240 | 0.52 | 0.42 | 0 | 0.06 | 228.57 | 0.81 | 0.69 |
| Hex | 72 | 8A | F0 | 34 | 2A | 0 | 6 | E5 | 51 | 45 |
| Octal | 162 | 212 | 360 | 64 | 52 | 0 | 6 | 345 | 121 | 105 |
| Binary | 1110010 | 10001010 | 11110000 | 110100 | 101010 | 0 | 110 | 11100101 | 1010001 | 1000101 |
Color Harmonies of #728AF0
Complementary color
Monochromatic Colors of #728AF0
Black with #728AF0
Text Example
Text Example
White with #728AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AF0; }
p { color: rgb(114,138,240); }
H1.HeaderClassName
{
color: #728AF0;
}
.AnyTagClassName
{
color: #728AF0;
}
</style>
background-color css
<style>
a { background-color: #728AF0; }
a { background-color: rgb(114,138,240); }
div.DivClassName
{
background-color: #728AF0;
}
.BgClassName
{
background-color: #728AF0;
}
</style>
border-color css
<style>
span { border-color: #728AF0; }
span { border-color: rgb(114,138,240); }
td.TdClassName
{
border-color: #728AF0;
}
.TagClassName
{
border-color: #728AF0;
}
</style>