Shades of Cornflower Blue #728BFF
Tints of Cornflower Blue #728BFF
RGB
CMYK
RGB Variations
Color information
#728BFF (or 0x728BFF) is known color: Cornflower Blue. HEX triplet: 72, 8B and FF. RGB value is (114,139,255). Sum of RGB (Red+Green+Blue) = 114+139+255=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #728BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BFF is #8D7400. Grayscale: #909090. Windows color (decimal): -9270273 or 16747378. OLE color: 16747378.
HSL color Cylindrical-coordinate representation of color #728BFF: hue angle of 229.36º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728BFF is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 139 | 255 | - |
| CMYK | 0.55 | 0.45 | 0 | 0 |
| HSL | 229.36º | 1% | 0.72% | - |
| HSV(B) | 229.36º | 0.55% | 1% | - |
| XYZ | 34.22 | 29.26 | 98.45 | - |
| YUV | 144.75 | 190.22 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 255 | 0.55 | 0.45 | 0 | 0 | 229.36 | 1 | 0.72 |
| Hex | 72 | 8B | FF | 37 | 2D | 0 | 0 | E5 | 64 | 48 |
| Octal | 162 | 213 | 377 | 67 | 55 | 0 | 0 | 345 | 144 | 110 |
| Binary | 1110010 | 10001011 | 11111111 | 110111 | 101101 | 0 | 0 | 11100101 | 1100100 | 1001000 |
Color Harmonies of #728BFF
Complementary color
Monochromatic Colors of #728BFF
Black with #728BFF
Text Example
Text Example
White with #728BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BFF; }
p { color: rgb(114,139,255); }
H1.HeaderClassName
{
color: #728BFF;
}
.AnyTagClassName
{
color: #728BFF;
}
</style>
background-color css
<style>
a { background-color: #728BFF; }
a { background-color: rgb(114,139,255); }
div.DivClassName
{
background-color: #728BFF;
}
.BgClassName
{
background-color: #728BFF;
}
</style>
border-color css
<style>
span { border-color: #728BFF; }
span { border-color: rgb(114,139,255); }
td.TdClassName
{
border-color: #728BFF;
}
.TagClassName
{
border-color: #728BFF;
}
</style>