Shades of Cornflower Blue #73A1FE
Tints of Cornflower Blue #73A1FE
RGB
CMYK
RGB Variations
Color information
#73A1FE (or 0x73A1FE) is known color: Cornflower Blue. HEX triplet: 73, A1 and FE. RGB value is (115,161,254). Sum of RGB (Red+Green+Blue) = 115+161+254=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #73A1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A1FE is #8C5E01. Grayscale: #9D9D9D. Windows color (decimal): -9199106 or 16687475. OLE color: 16687475.
HSL color Cylindrical-coordinate representation of color #73A1FE: hue angle of 220.14º 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 #73A1FE is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 161 | 254 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.00 |
| HSL | 220.14º | 0.99% | 0.72% | - |
| HSV(B) | 220.14º | 0.55% | 1% | - |
| XYZ | 37.7 | 36.29 | 98.78 | - |
| YUV | 157.85 | 182.26 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 254 | 0.55 | 0.37 | 0 | 0.00 | 220.14 | 0.99 | 0.72 |
| Hex | 73 | A1 | FE | 37 | 25 | 0 | 0 | DC | 63 | 48 |
| Octal | 163 | 241 | 376 | 67 | 45 | 0 | 0 | 334 | 143 | 110 |
| Binary | 1110011 | 10100001 | 11111110 | 110111 | 100101 | 0 | 0 | 11011100 | 1100011 | 1001000 |
Color Harmonies of #73A1FE
Complementary color
Monochromatic Colors of #73A1FE
Black with #73A1FE
Text Example
Text Example
White with #73A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A1FE; }
p { color: rgb(115,161,254); }
H1.HeaderClassName
{
color: #73A1FE;
}
.AnyTagClassName
{
color: #73A1FE;
}
</style>
background-color css
<style>
a { background-color: #73A1FE; }
a { background-color: rgb(115,161,254); }
div.DivClassName
{
background-color: #73A1FE;
}
.BgClassName
{
background-color: #73A1FE;
}
</style>
border-color css
<style>
span { border-color: #73A1FE; }
span { border-color: rgb(115,161,254); }
td.TdClassName
{
border-color: #73A1FE;
}
.TagClassName
{
border-color: #73A1FE;
}
</style>