Shades of Cornflower Blue #728CFA
Tints of Cornflower Blue #728CFA
RGB
CMYK
RGB Variations
Color information
#728CFA (or 0x728CFA) is known color: Cornflower Blue. HEX triplet: 72, 8C and FA. RGB value is (114,140,250). Sum of RGB (Red+Green+Blue) = 114+140+250=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #728CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CFA is #8D7305. Grayscale: #909090. Windows color (decimal): -9270022 or 16419954. OLE color: 16419954.
HSL color Cylindrical-coordinate representation of color #728CFA: hue angle of 228.53º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #728CFA is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 140 | 250 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.02 |
| HSL | 228.53º | 0.93% | 0.71% | - |
| HSV(B) | 228.53º | 0.54% | 0.98% | - |
| XYZ | 33.57 | 29.24 | 94.32 | - |
| YUV | 144.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 250 | 0.54 | 0.44 | 0 | 0.02 | 228.53 | 0.93 | 0.71 |
| Hex | 72 | 8C | FA | 36 | 2C | 0 | 2 | E5 | 5D | 47 |
| Octal | 162 | 214 | 372 | 66 | 54 | 0 | 2 | 345 | 135 | 107 |
| Binary | 1110010 | 10001100 | 11111010 | 110110 | 101100 | 0 | 10 | 11100101 | 1011101 | 1000111 |
Color Harmonies of #728CFA
Complementary color
Monochromatic Colors of #728CFA
Black with #728CFA
Text Example
Text Example
White with #728CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CFA; }
p { color: rgb(114,140,250); }
H1.HeaderClassName
{
color: #728CFA;
}
.AnyTagClassName
{
color: #728CFA;
}
</style>
background-color css
<style>
a { background-color: #728CFA; }
a { background-color: rgb(114,140,250); }
div.DivClassName
{
background-color: #728CFA;
}
.BgClassName
{
background-color: #728CFA;
}
</style>
border-color css
<style>
span { border-color: #728CFA; }
span { border-color: rgb(114,140,250); }
td.TdClassName
{
border-color: #728CFA;
}
.TagClassName
{
border-color: #728CFA;
}
</style>