Shades of Cornflower Blue #4992FD
Tints of Cornflower Blue #4992FD
RGB
CMYK
RGB Variations
Color information
#4992FD (or 0x4992FD) is known color: Cornflower Blue. HEX triplet: 49, 92 and FD. RGB value is (73,146,253). Sum of RGB (Red+Green+Blue) = 73+146+253=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #4992FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4992FD is #B66D02. Grayscale: #878787. Windows color (decimal): -11955459 or 16618057. OLE color: 16618057.
HSL color Cylindrical-coordinate representation of color #4992FD: hue angle of 215.67º 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 #4992FD is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 146 | 253 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.01 |
| HSL | 215.67º | 0.98% | 0.64% | - |
| HSV(B) | 215.67º | 0.71% | 0.99% | - |
| XYZ | 30.76 | 29.07 | 96.92 | - |
| YUV | 136.37 | 193.82 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 253 | 0.71 | 0.42 | 0 | 0.01 | 215.67 | 0.98 | 0.64 |
| Hex | 49 | 92 | FD | 47 | 2A | 0 | 1 | D8 | 62 | 40 |
| Octal | 111 | 222 | 375 | 107 | 52 | 0 | 1 | 330 | 142 | 100 |
| Binary | 1001001 | 10010010 | 11111101 | 1000111 | 101010 | 0 | 1 | 11011000 | 1100010 | 1000000 |
Color Harmonies of #4992FD
Complementary color
Monochromatic Colors of #4992FD
Black with #4992FD
Text Example
Text Example
White with #4992FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4992FD; }
p { color: rgb(73,146,253); }
H1.HeaderClassName
{
color: #4992FD;
}
.AnyTagClassName
{
color: #4992FD;
}
</style>
background-color css
<style>
a { background-color: #4992FD; }
a { background-color: rgb(73,146,253); }
div.DivClassName
{
background-color: #4992FD;
}
.BgClassName
{
background-color: #4992FD;
}
</style>
border-color css
<style>
span { border-color: #4992FD; }
span { border-color: rgb(73,146,253); }
td.TdClassName
{
border-color: #4992FD;
}
.TagClassName
{
border-color: #4992FD;
}
</style>