Shades of Cornflower Blue #728BF1
Tints of Cornflower Blue #728BF1
RGB
CMYK
RGB Variations
Color information
#728BF1 (or 0x728BF1) is known color: Cornflower Blue. HEX triplet: 72, 8B and F1. RGB value is (114,139,241). Sum of RGB (Red+Green+Blue) = 114+139+241=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #728BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BF1 is #8D740E. Grayscale: #8E8E8E. Windows color (decimal): -9270287 or 15829874. OLE color: 15829874.
HSL color Cylindrical-coordinate representation of color #728BF1: hue angle of 228.19º 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 #728BF1 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 139 | 241 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.05 |
| HSL | 228.19º | 0.82% | 0.7% | - |
| HSV(B) | 228.19º | 0.53% | 0.95% | - |
| XYZ | 32.05 | 28.39 | 87.01 | - |
| YUV | 143.15 | 183.22 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 241 | 0.53 | 0.42 | 0 | 0.05 | 228.19 | 0.82 | 0.7 |
| Hex | 72 | 8B | F1 | 35 | 2A | 0 | 5 | E4 | 52 | 46 |
| Octal | 162 | 213 | 361 | 65 | 52 | 0 | 5 | 344 | 122 | 106 |
| Binary | 1110010 | 10001011 | 11110001 | 110101 | 101010 | 0 | 101 | 11100100 | 1010010 | 1000110 |
Color Harmonies of #728BF1
Complementary color
Monochromatic Colors of #728BF1
Black with #728BF1
Text Example
Text Example
White with #728BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BF1; }
p { color: rgb(114,139,241); }
H1.HeaderClassName
{
color: #728BF1;
}
.AnyTagClassName
{
color: #728BF1;
}
</style>
background-color css
<style>
a { background-color: #728BF1; }
a { background-color: rgb(114,139,241); }
div.DivClassName
{
background-color: #728BF1;
}
.BgClassName
{
background-color: #728BF1;
}
</style>
border-color css
<style>
span { border-color: #728BF1; }
span { border-color: rgb(114,139,241); }
td.TdClassName
{
border-color: #728BF1;
}
.TagClassName
{
border-color: #728BF1;
}
</style>