Shades of Cornflower Blue #73A0FD
Tints of Cornflower Blue #73A0FD
RGB
CMYK
RGB Variations
Color information
#73A0FD (or 0x73A0FD) is known color: Cornflower Blue. HEX triplet: 73, A0 and FD. RGB value is (115,160,253). Sum of RGB (Red+Green+Blue) = 115+160+253=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #73A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A0FD is #8C5F02. Grayscale: #9C9C9C. Windows color (decimal): -9199363 or 16621683. OLE color: 16621683.
HSL color Cylindrical-coordinate representation of color #73A0FD: hue angle of 220.43º 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 #73A0FD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 160 | 253 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.01 |
| HSL | 220.43º | 0.97% | 0.72% | - |
| HSV(B) | 220.43º | 0.55% | 0.99% | - |
| XYZ | 37.37 | 35.88 | 97.88 | - |
| YUV | 157.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 253 | 0.55 | 0.37 | 0 | 0.01 | 220.43 | 0.97 | 0.72 |
| Hex | 73 | A0 | FD | 37 | 25 | 0 | 1 | DC | 61 | 48 |
| Octal | 163 | 240 | 375 | 67 | 45 | 0 | 1 | 334 | 141 | 110 |
| Binary | 1110011 | 10100000 | 11111101 | 110111 | 100101 | 0 | 1 | 11011100 | 1100001 | 1001000 |
Color Harmonies of #73A0FD
Complementary color
Monochromatic Colors of #73A0FD
Black with #73A0FD
Text Example
Text Example
White with #73A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0FD; }
p { color: rgb(115,160,253); }
H1.HeaderClassName
{
color: #73A0FD;
}
.AnyTagClassName
{
color: #73A0FD;
}
</style>
background-color css
<style>
a { background-color: #73A0FD; }
a { background-color: rgb(115,160,253); }
div.DivClassName
{
background-color: #73A0FD;
}
.BgClassName
{
background-color: #73A0FD;
}
</style>
border-color css
<style>
span { border-color: #73A0FD; }
span { border-color: rgb(115,160,253); }
td.TdClassName
{
border-color: #73A0FD;
}
.TagClassName
{
border-color: #73A0FD;
}
</style>