Shades of Cornflower Blue #728BFE
Tints of Cornflower Blue #728BFE
RGB
CMYK
RGB Variations
Color information
#728BFE (or 0x728BFE) is known color: Cornflower Blue. HEX triplet: 72, 8B and FE. RGB value is (114,139,254). Sum of RGB (Red+Green+Blue) = 114+139+254=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #728BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BFE is #8D7401. Grayscale: #909090. Windows color (decimal): -9270274 or 16681842. OLE color: 16681842.
HSL color Cylindrical-coordinate representation of color #728BFE: hue angle of 229.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728BFE is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 139 | 254 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.00 |
| HSL | 229.29º | 0.99% | 0.72% | - |
| HSV(B) | 229.29º | 0.55% | 1% | - |
| XYZ | 34.06 | 29.2 | 97.61 | - |
| YUV | 144.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 254 | 0.55 | 0.45 | 0 | 0.00 | 229.29 | 0.99 | 0.72 |
| Hex | 72 | 8B | FE | 37 | 2D | 0 | 0 | E5 | 63 | 48 |
| Octal | 162 | 213 | 376 | 67 | 55 | 0 | 0 | 345 | 143 | 110 |
| Binary | 1110010 | 10001011 | 11111110 | 110111 | 101101 | 0 | 0 | 11100101 | 1100011 | 1001000 |
Color Harmonies of #728BFE
Complementary color
Monochromatic Colors of #728BFE
Black with #728BFE
Text Example
Text Example
White with #728BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BFE; }
p { color: rgb(114,139,254); }
H1.HeaderClassName
{
color: #728BFE;
}
.AnyTagClassName
{
color: #728BFE;
}
</style>
background-color css
<style>
a { background-color: #728BFE; }
a { background-color: rgb(114,139,254); }
div.DivClassName
{
background-color: #728BFE;
}
.BgClassName
{
background-color: #728BFE;
}
</style>
border-color css
<style>
span { border-color: #728BFE; }
span { border-color: rgb(114,139,254); }
td.TdClassName
{
border-color: #728BFE;
}
.TagClassName
{
border-color: #728BFE;
}
</style>