Shades of Cornflower Blue #4989FF
Tints of Cornflower Blue #4989FF
RGB
CMYK
RGB Variations
Color information
#4989FF (or 0x4989FF) is known color: Cornflower Blue. HEX triplet: 49, 89 and FF. RGB value is (73,137,255). Sum of RGB (Red+Green+Blue) = 73+137+255=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #4989FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4989FF is #B67600. Grayscale: #828282. Windows color (decimal): -11957761 or 16746825. OLE color: 16746825.
HSL color Cylindrical-coordinate representation of color #4989FF: hue angle of 218.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4989FF is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 137 | 255 | - |
| CMYK | 0.71 | 0.46 | 0 | 0 |
| HSL | 218.9º | 1% | 0.64% | - |
| HSV(B) | 218.9º | 0.71% | 1% | - |
| XYZ | 29.74 | 26.53 | 98.16 | - |
| YUV | 131.32 | 197.8 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 255 | 0.71 | 0.46 | 0 | 0 | 218.9 | 1 | 0.64 |
| Hex | 49 | 89 | FF | 47 | 2E | 0 | 0 | DB | 64 | 40 |
| Octal | 111 | 211 | 377 | 107 | 56 | 0 | 0 | 333 | 144 | 100 |
| Binary | 1001001 | 10001001 | 11111111 | 1000111 | 101110 | 0 | 0 | 11011011 | 1100100 | 1000000 |
Color Harmonies of #4989FF
Complementary color
Monochromatic Colors of #4989FF
Black with #4989FF
Text Example
Text Example
White with #4989FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4989FF; }
p { color: rgb(73,137,255); }
H1.HeaderClassName
{
color: #4989FF;
}
.AnyTagClassName
{
color: #4989FF;
}
</style>
background-color css
<style>
a { background-color: #4989FF; }
a { background-color: rgb(73,137,255); }
div.DivClassName
{
background-color: #4989FF;
}
.BgClassName
{
background-color: #4989FF;
}
</style>
border-color css
<style>
span { border-color: #4989FF; }
span { border-color: rgb(73,137,255); }
td.TdClassName
{
border-color: #4989FF;
}
.TagClassName
{
border-color: #4989FF;
}
</style>