Shades of Cornflower Blue #728FF2
Tints of Cornflower Blue #728FF2
RGB
CMYK
RGB Variations
Color information
#728FF2 (or 0x728FF2) is known color: Cornflower Blue. HEX triplet: 72, 8F and F2. RGB value is (114,143,242). Sum of RGB (Red+Green+Blue) = 114+143+242=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #728FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FF2 is #8D700D. Grayscale: #919191. Windows color (decimal): -9269262 or 15896434. OLE color: 15896434.
HSL color Cylindrical-coordinate representation of color #728FF2: hue angle of 226.41º 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 #728FF2 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 143 | 242 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.05 |
| HSL | 226.41º | 0.83% | 0.7% | - |
| HSV(B) | 226.41º | 0.53% | 0.95% | - |
| XYZ | 32.79 | 29.63 | 88 | - |
| YUV | 145.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 242 | 0.53 | 0.41 | 0 | 0.05 | 226.41 | 0.83 | 0.7 |
| Hex | 72 | 8F | F2 | 35 | 29 | 0 | 5 | E2 | 53 | 46 |
| Octal | 162 | 217 | 362 | 65 | 51 | 0 | 5 | 342 | 123 | 106 |
| Binary | 1110010 | 10001111 | 11110010 | 110101 | 101001 | 0 | 101 | 11100010 | 1010011 | 1000110 |
Color Harmonies of #728FF2
Complementary color
Monochromatic Colors of #728FF2
Black with #728FF2
Text Example
Text Example
White with #728FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FF2; }
p { color: rgb(114,143,242); }
H1.HeaderClassName
{
color: #728FF2;
}
.AnyTagClassName
{
color: #728FF2;
}
</style>
background-color css
<style>
a { background-color: #728FF2; }
a { background-color: rgb(114,143,242); }
div.DivClassName
{
background-color: #728FF2;
}
.BgClassName
{
background-color: #728FF2;
}
</style>
border-color css
<style>
span { border-color: #728FF2; }
span { border-color: rgb(114,143,242); }
td.TdClassName
{
border-color: #728FF2;
}
.TagClassName
{
border-color: #728FF2;
}
</style>