Shades of Cornflower Blue #728CFC
Tints of Cornflower Blue #728CFC
RGB
CMYK
RGB Variations
Color information
#728CFC (or 0x728CFC) is known color: Cornflower Blue. HEX triplet: 72, 8C and FC. RGB value is (114,140,252). Sum of RGB (Red+Green+Blue) = 114+140+252=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #728CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CFC is #8D7303. Grayscale: #909090. Windows color (decimal): -9270020 or 16551026. OLE color: 16551026.
HSL color Cylindrical-coordinate representation of color #728CFC: hue angle of 228.7º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728CFC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 140 | 252 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.01 |
| HSL | 228.7º | 0.96% | 0.72% | - |
| HSV(B) | 228.7º | 0.55% | 0.99% | - |
| XYZ | 33.89 | 29.36 | 95.98 | - |
| YUV | 144.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 252 | 0.55 | 0.44 | 0 | 0.01 | 228.7 | 0.96 | 0.72 |
| Hex | 72 | 8C | FC | 37 | 2C | 0 | 1 | E5 | 60 | 48 |
| Octal | 162 | 214 | 374 | 67 | 54 | 0 | 1 | 345 | 140 | 110 |
| Binary | 1110010 | 10001100 | 11111100 | 110111 | 101100 | 0 | 1 | 11100101 | 1100000 | 1001000 |
Color Harmonies of #728CFC
Complementary color
Monochromatic Colors of #728CFC
Black with #728CFC
Text Example
Text Example
White with #728CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CFC; }
p { color: rgb(114,140,252); }
H1.HeaderClassName
{
color: #728CFC;
}
.AnyTagClassName
{
color: #728CFC;
}
</style>
background-color css
<style>
a { background-color: #728CFC; }
a { background-color: rgb(114,140,252); }
div.DivClassName
{
background-color: #728CFC;
}
.BgClassName
{
background-color: #728CFC;
}
</style>
border-color css
<style>
span { border-color: #728CFC; }
span { border-color: rgb(114,140,252); }
td.TdClassName
{
border-color: #728CFC;
}
.TagClassName
{
border-color: #728CFC;
}
</style>