Shades of Cornflower Blue #728CFE
Tints of Cornflower Blue #728CFE
RGB
CMYK
RGB Variations
Color information
#728CFE (or 0x728CFE) is known color: Cornflower Blue. HEX triplet: 72, 8C and FE. RGB value is (114,140,254). Sum of RGB (Red+Green+Blue) = 114+140+254=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #728CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CFE is #8D7301. Grayscale: #909090. Windows color (decimal): -9270018 or 16682098. OLE color: 16682098.
HSL color Cylindrical-coordinate representation of color #728CFE: hue angle of 228.86º 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 #728CFE is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 140 | 254 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.00 |
| HSL | 228.86º | 0.99% | 0.72% | - |
| HSV(B) | 228.86º | 0.55% | 1% | - |
| XYZ | 34.21 | 29.49 | 97.66 | - |
| YUV | 145.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 254 | 0.55 | 0.45 | 0 | 0.00 | 228.86 | 0.99 | 0.72 |
| Hex | 72 | 8C | FE | 37 | 2D | 0 | 0 | E5 | 63 | 48 |
| Octal | 162 | 214 | 376 | 67 | 55 | 0 | 0 | 345 | 143 | 110 |
| Binary | 1110010 | 10001100 | 11111110 | 110111 | 101101 | 0 | 0 | 11100101 | 1100011 | 1001000 |
Color Harmonies of #728CFE
Complementary color
Monochromatic Colors of #728CFE
Black with #728CFE
Text Example
Text Example
White with #728CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CFE; }
p { color: rgb(114,140,254); }
H1.HeaderClassName
{
color: #728CFE;
}
.AnyTagClassName
{
color: #728CFE;
}
</style>
background-color css
<style>
a { background-color: #728CFE; }
a { background-color: rgb(114,140,254); }
div.DivClassName
{
background-color: #728CFE;
}
.BgClassName
{
background-color: #728CFE;
}
</style>
border-color css
<style>
span { border-color: #728CFE; }
span { border-color: rgb(114,140,254); }
td.TdClassName
{
border-color: #728CFE;
}
.TagClassName
{
border-color: #728CFE;
}
</style>