Shades of Cornflower Blue #728AF2
Tints of Cornflower Blue #728AF2
RGB
CMYK
RGB Variations
Color information
#728AF2 (or 0x728AF2) is known color: Cornflower Blue. HEX triplet: 72, 8A and F2. RGB value is (114,138,242). Sum of RGB (Red+Green+Blue) = 114+138+242=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #728AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF2 is #8D750D. Grayscale: #8E8E8E. Windows color (decimal): -9270542 or 15895154. OLE color: 15895154.
HSL color Cylindrical-coordinate representation of color #728AF2: hue angle of 228.75º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728AF2 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 138 | 242 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.05 |
| HSL | 228.75º | 0.83% | 0.7% | - |
| HSV(B) | 228.75º | 0.53% | 0.95% | - |
| XYZ | 32.05 | 28.17 | 87.75 | - |
| YUV | 142.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 242 | 0.53 | 0.43 | 0 | 0.05 | 228.75 | 0.83 | 0.7 |
| Hex | 72 | 8A | F2 | 35 | 2B | 0 | 5 | E5 | 53 | 46 |
| Octal | 162 | 212 | 362 | 65 | 53 | 0 | 5 | 345 | 123 | 106 |
| Binary | 1110010 | 10001010 | 11110010 | 110101 | 101011 | 0 | 101 | 11100101 | 1010011 | 1000110 |
Color Harmonies of #728AF2
Complementary color
Monochromatic Colors of #728AF2
Black with #728AF2
Text Example
Text Example
White with #728AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AF2; }
p { color: rgb(114,138,242); }
H1.HeaderClassName
{
color: #728AF2;
}
.AnyTagClassName
{
color: #728AF2;
}
</style>
background-color css
<style>
a { background-color: #728AF2; }
a { background-color: rgb(114,138,242); }
div.DivClassName
{
background-color: #728AF2;
}
.BgClassName
{
background-color: #728AF2;
}
</style>
border-color css
<style>
span { border-color: #728AF2; }
span { border-color: rgb(114,138,242); }
td.TdClassName
{
border-color: #728AF2;
}
.TagClassName
{
border-color: #728AF2;
}
</style>