Shades of Cornflower Blue #4997FD
Tints of Cornflower Blue #4997FD
RGB
CMYK
RGB Variations
Color information
#4997FD (or 0x4997FD) is known color: Cornflower Blue. HEX triplet: 49, 97 and FD. RGB value is (73,151,253). Sum of RGB (Red+Green+Blue) = 73+151+253=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #4997FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4997FD is #B66802. Grayscale: #8A8A8A. Windows color (decimal): -11954179 or 16619337. OLE color: 16619337.
HSL color Cylindrical-coordinate representation of color #4997FD: hue angle of 214º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4997FD is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 151 | 253 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.01 |
| HSL | 214º | 0.98% | 0.64% | - |
| HSV(B) | 214º | 0.71% | 0.99% | - |
| XYZ | 31.54 | 30.64 | 97.18 | - |
| YUV | 139.31 | 192.16 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 253 | 0.71 | 0.40 | 0 | 0.01 | 214 | 0.98 | 0.64 |
| Hex | 49 | 97 | FD | 47 | 28 | 0 | 1 | D6 | 62 | 40 |
| Octal | 111 | 227 | 375 | 107 | 50 | 0 | 1 | 326 | 142 | 100 |
| Binary | 1001001 | 10010111 | 11111101 | 1000111 | 101000 | 0 | 1 | 11010110 | 1100010 | 1000000 |
Color Harmonies of #4997FD
Complementary color
Monochromatic Colors of #4997FD
Black with #4997FD
Text Example
Text Example
White with #4997FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997FD; }
p { color: rgb(73,151,253); }
H1.HeaderClassName
{
color: #4997FD;
}
.AnyTagClassName
{
color: #4997FD;
}
</style>
background-color css
<style>
a { background-color: #4997FD; }
a { background-color: rgb(73,151,253); }
div.DivClassName
{
background-color: #4997FD;
}
.BgClassName
{
background-color: #4997FD;
}
</style>
border-color css
<style>
span { border-color: #4997FD; }
span { border-color: rgb(73,151,253); }
td.TdClassName
{
border-color: #4997FD;
}
.TagClassName
{
border-color: #4997FD;
}
</style>