Shades of Cornflower Blue #4987FA
Tints of Cornflower Blue #4987FA
RGB
CMYK
RGB Variations
Color information
#4987FA (or 0x4987FA) is known color: Cornflower Blue. HEX triplet: 49, 87 and FA. RGB value is (73,135,250). Sum of RGB (Red+Green+Blue) = 73+135+250=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #4987FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4987FA is #B67805. Grayscale: #818181. Windows color (decimal): -11958278 or 16418633. OLE color: 16418633.
HSL color Cylindrical-coordinate representation of color #4987FA: hue angle of 218.98º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4987FA is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 135 | 250 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.02 |
| HSL | 218.98º | 0.95% | 0.63% | - |
| HSV(B) | 218.98º | 0.71% | 0.98% | - |
| XYZ | 28.67 | 25.65 | 93.88 | - |
| YUV | 129.57 | 195.96 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 250 | 0.71 | 0.46 | 0 | 0.02 | 218.98 | 0.95 | 0.63 |
| Hex | 49 | 87 | FA | 47 | 2E | 0 | 2 | DB | 5F | 3F |
| Octal | 111 | 207 | 372 | 107 | 56 | 0 | 2 | 333 | 137 | 77 |
| Binary | 1001001 | 10000111 | 11111010 | 1000111 | 101110 | 0 | 10 | 11011011 | 1011111 | 111111 |
Color Harmonies of #4987FA
Complementary color
Monochromatic Colors of #4987FA
Black with #4987FA
Text Example
Text Example
White with #4987FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4987FA; }
p { color: rgb(73,135,250); }
H1.HeaderClassName
{
color: #4987FA;
}
.AnyTagClassName
{
color: #4987FA;
}
</style>
background-color css
<style>
a { background-color: #4987FA; }
a { background-color: rgb(73,135,250); }
div.DivClassName
{
background-color: #4987FA;
}
.BgClassName
{
background-color: #4987FA;
}
</style>
border-color css
<style>
span { border-color: #4987FA; }
span { border-color: rgb(73,135,250); }
td.TdClassName
{
border-color: #4987FA;
}
.TagClassName
{
border-color: #4987FA;
}
</style>