Shades of Cornflower Blue #728AF1
Tints of Cornflower Blue #728AF1
RGB
CMYK
RGB Variations
Color information
#728AF1 (or 0x728AF1) is known color: Cornflower Blue. HEX triplet: 72, 8A and F1. RGB value is (114,138,241). Sum of RGB (Red+Green+Blue) = 114+138+241=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #728AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF1 is #8D750E. Grayscale: #8E8E8E. Windows color (decimal): -9270543 or 15829618. OLE color: 15829618.
HSL color Cylindrical-coordinate representation of color #728AF1: hue angle of 228.66º degrees, saturation: 0.82, 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 #728AF1 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 138 | 241 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.05 |
| HSL | 228.66º | 0.82% | 0.7% | - |
| HSV(B) | 228.66º | 0.53% | 0.95% | - |
| XYZ | 31.91 | 28.11 | 86.96 | - |
| YUV | 142.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 241 | 0.53 | 0.43 | 0 | 0.05 | 228.66 | 0.82 | 0.7 |
| Hex | 72 | 8A | F1 | 35 | 2B | 0 | 5 | E5 | 52 | 46 |
| Octal | 162 | 212 | 361 | 65 | 53 | 0 | 5 | 345 | 122 | 106 |
| Binary | 1110010 | 10001010 | 11110001 | 110101 | 101011 | 0 | 101 | 11100101 | 1010010 | 1000110 |
Color Harmonies of #728AF1
Complementary color
Monochromatic Colors of #728AF1
Black with #728AF1
Text Example
Text Example
White with #728AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AF1; }
p { color: rgb(114,138,241); }
H1.HeaderClassName
{
color: #728AF1;
}
.AnyTagClassName
{
color: #728AF1;
}
</style>
background-color css
<style>
a { background-color: #728AF1; }
a { background-color: rgb(114,138,241); }
div.DivClassName
{
background-color: #728AF1;
}
.BgClassName
{
background-color: #728AF1;
}
</style>
border-color css
<style>
span { border-color: #728AF1; }
span { border-color: rgb(114,138,241); }
td.TdClassName
{
border-color: #728AF1;
}
.TagClassName
{
border-color: #728AF1;
}
</style>