Shades of Cornflower Blue #728AF3
Tints of Cornflower Blue #728AF3
RGB
CMYK
RGB Variations
Color information
#728AF3 (or 0x728AF3) is known color: Cornflower Blue. HEX triplet: 72, 8A and F3. RGB value is (114,138,243). Sum of RGB (Red+Green+Blue) = 114+138+243=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #728AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF3 is #8D750C. Grayscale: #8E8E8E. Windows color (decimal): -9270541 or 15960690. OLE color: 15960690.
HSL color Cylindrical-coordinate representation of color #728AF3: hue angle of 228.84º degrees, saturation: 0.84, 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 #728AF3 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 138 | 243 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.05 |
| HSL | 228.84º | 0.84% | 0.7% | - |
| HSV(B) | 228.84º | 0.53% | 0.95% | - |
| XYZ | 32.21 | 28.23 | 88.54 | - |
| YUV | 142.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 243 | 0.53 | 0.43 | 0 | 0.05 | 228.84 | 0.84 | 0.7 |
| Hex | 72 | 8A | F3 | 35 | 2B | 0 | 5 | E5 | 54 | 46 |
| Octal | 162 | 212 | 363 | 65 | 53 | 0 | 5 | 345 | 124 | 106 |
| Binary | 1110010 | 10001010 | 11110011 | 110101 | 101011 | 0 | 101 | 11100101 | 1010100 | 1000110 |
Color Harmonies of #728AF3
Complementary color
Monochromatic Colors of #728AF3
Black with #728AF3
Text Example
Text Example
White with #728AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AF3; }
p { color: rgb(114,138,243); }
H1.HeaderClassName
{
color: #728AF3;
}
.AnyTagClassName
{
color: #728AF3;
}
</style>
background-color css
<style>
a { background-color: #728AF3; }
a { background-color: rgb(114,138,243); }
div.DivClassName
{
background-color: #728AF3;
}
.BgClassName
{
background-color: #728AF3;
}
</style>
border-color css
<style>
span { border-color: #728AF3; }
span { border-color: rgb(114,138,243); }
td.TdClassName
{
border-color: #728AF3;
}
.TagClassName
{
border-color: #728AF3;
}
</style>