Shades of Cornflower Blue #73A1FD
Tints of Cornflower Blue #73A1FD
RGB
CMYK
RGB Variations
Color information
#73A1FD (or 0x73A1FD) is known color: Cornflower Blue. HEX triplet: 73, A1 and FD. RGB value is (115,161,253). Sum of RGB (Red+Green+Blue) = 115+161+253=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #73A1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A1FD is #8C5E02. Grayscale: #9D9D9D. Windows color (decimal): -9199107 or 16621939. OLE color: 16621939.
HSL color Cylindrical-coordinate representation of color #73A1FD: hue angle of 220º degrees, saturation: 0.97, 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 #73A1FD is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 161 | 253 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.01 |
| HSL | 220º | 0.97% | 0.72% | - |
| HSV(B) | 220º | 0.55% | 0.99% | - |
| XYZ | 37.54 | 36.23 | 97.94 | - |
| YUV | 157.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 253 | 0.55 | 0.36 | 0 | 0.01 | 220 | 0.97 | 0.72 |
| Hex | 73 | A1 | FD | 37 | 24 | 0 | 1 | DC | 61 | 48 |
| Octal | 163 | 241 | 375 | 67 | 44 | 0 | 1 | 334 | 141 | 110 |
| Binary | 1110011 | 10100001 | 11111101 | 110111 | 100100 | 0 | 1 | 11011100 | 1100001 | 1001000 |
Color Harmonies of #73A1FD
Complementary color
Monochromatic Colors of #73A1FD
Black with #73A1FD
Text Example
Text Example
White with #73A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A1FD; }
p { color: rgb(115,161,253); }
H1.HeaderClassName
{
color: #73A1FD;
}
.AnyTagClassName
{
color: #73A1FD;
}
</style>
background-color css
<style>
a { background-color: #73A1FD; }
a { background-color: rgb(115,161,253); }
div.DivClassName
{
background-color: #73A1FD;
}
.BgClassName
{
background-color: #73A1FD;
}
</style>
border-color css
<style>
span { border-color: #73A1FD; }
span { border-color: rgb(115,161,253); }
td.TdClassName
{
border-color: #73A1FD;
}
.TagClassName
{
border-color: #73A1FD;
}
</style>