Shades of Cornflower Blue #73A8FE
Tints of Cornflower Blue #73A8FE
RGB
CMYK
RGB Variations
Color information
#73A8FE (or 0x73A8FE) is known color: Cornflower Blue. HEX triplet: 73, A8 and FE. RGB value is (115,168,254). Sum of RGB (Red+Green+Blue) = 115+168+254=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #73A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A8FE is #8C5701. Grayscale: #A1A1A1. Windows color (decimal): -9197314 or 16689267. OLE color: 16689267.
HSL color Cylindrical-coordinate representation of color #73A8FE: hue angle of 217.12º 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 #73A8FE is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 168 | 254 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.00 |
| HSL | 217.12º | 0.99% | 0.72% | - |
| HSV(B) | 217.12º | 0.55% | 1% | - |
| XYZ | 38.96 | 38.81 | 99.2 | - |
| YUV | 161.96 | 179.94 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 254 | 0.55 | 0.34 | 0 | 0.00 | 217.12 | 0.99 | 0.72 |
| Hex | 73 | A8 | FE | 37 | 22 | 0 | 0 | D9 | 63 | 48 |
| Octal | 163 | 250 | 376 | 67 | 42 | 0 | 0 | 331 | 143 | 110 |
| Binary | 1110011 | 10101000 | 11111110 | 110111 | 100010 | 0 | 0 | 11011001 | 1100011 | 1001000 |
Color Harmonies of #73A8FE
Complementary color
Monochromatic Colors of #73A8FE
Black with #73A8FE
Text Example
Text Example
White with #73A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A8FE; }
p { color: rgb(115,168,254); }
H1.HeaderClassName
{
color: #73A8FE;
}
.AnyTagClassName
{
color: #73A8FE;
}
</style>
background-color css
<style>
a { background-color: #73A8FE; }
a { background-color: rgb(115,168,254); }
div.DivClassName
{
background-color: #73A8FE;
}
.BgClassName
{
background-color: #73A8FE;
}
</style>
border-color css
<style>
span { border-color: #73A8FE; }
span { border-color: rgb(115,168,254); }
td.TdClassName
{
border-color: #73A8FE;
}
.TagClassName
{
border-color: #73A8FE;
}
</style>