Shades of Cornflower Blue #728CF5
Tints of Cornflower Blue #728CF5
RGB
CMYK
RGB Variations
Color information
#728CF5 (or 0x728CF5) is known color: Cornflower Blue. HEX triplet: 72, 8C and F5. RGB value is (114,140,245). Sum of RGB (Red+Green+Blue) = 114+140+245=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #728CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CF5 is #8D730A. Grayscale: #8F8F8F. Windows color (decimal): -9270027 or 16092274. OLE color: 16092274.
HSL color Cylindrical-coordinate representation of color #728CF5: hue angle of 228.09º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728CF5 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 140 | 245 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.04 |
| HSL | 228.09º | 0.87% | 0.7% | - |
| HSV(B) | 228.09º | 0.53% | 0.96% | - |
| XYZ | 32.8 | 28.93 | 90.24 | - |
| YUV | 144.2 | 184.89 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 245 | 0.53 | 0.43 | 0 | 0.04 | 228.09 | 0.87 | 0.7 |
| Hex | 72 | 8C | F5 | 35 | 2B | 0 | 4 | E4 | 57 | 46 |
| Octal | 162 | 214 | 365 | 65 | 53 | 0 | 4 | 344 | 127 | 106 |
| Binary | 1110010 | 10001100 | 11110101 | 110101 | 101011 | 0 | 100 | 11100100 | 1010111 | 1000110 |
Color Harmonies of #728CF5
Complementary color
Monochromatic Colors of #728CF5
Black with #728CF5
Text Example
Text Example
White with #728CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CF5; }
p { color: rgb(114,140,245); }
H1.HeaderClassName
{
color: #728CF5;
}
.AnyTagClassName
{
color: #728CF5;
}
</style>
background-color css
<style>
a { background-color: #728CF5; }
a { background-color: rgb(114,140,245); }
div.DivClassName
{
background-color: #728CF5;
}
.BgClassName
{
background-color: #728CF5;
}
</style>
border-color css
<style>
span { border-color: #728CF5; }
span { border-color: rgb(114,140,245); }
td.TdClassName
{
border-color: #728CF5;
}
.TagClassName
{
border-color: #728CF5;
}
</style>