Shades of Cornflower Blue #489EF1
Tints of Cornflower Blue #489EF1
RGB
CMYK
RGB Variations
Color information
#489EF1 (or 0x489EF1) is known color: Cornflower Blue. HEX triplet: 48, 9E and F1. RGB value is (72,158,241). Sum of RGB (Red+Green+Blue) = 72+158+241=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #489EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489EF1 is #B7610E. Grayscale: #8D8D8D. Windows color (decimal): -12017935 or 15834696. OLE color: 15834696.
HSL color Cylindrical-coordinate representation of color #489EF1: hue angle of 209.47º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #489EF1 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 158 | 241 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.05 |
| HSL | 209.47º | 0.86% | 0.61% | - |
| HSV(B) | 209.47º | 0.7% | 0.95% | - |
| XYZ | 30.78 | 32.18 | 87.81 | - |
| YUV | 141.75 | 184.01 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 241 | 0.70 | 0.34 | 0 | 0.05 | 209.47 | 0.86 | 0.61 |
| Hex | 48 | 9E | F1 | 46 | 22 | 0 | 5 | D1 | 56 | 3D |
| Octal | 110 | 236 | 361 | 106 | 42 | 0 | 5 | 321 | 126 | 75 |
| Binary | 1001000 | 10011110 | 11110001 | 1000110 | 100010 | 0 | 101 | 11010001 | 1010110 | 111101 |
Color Harmonies of #489EF1
Complementary color
Monochromatic Colors of #489EF1
Black with #489EF1
Text Example
Text Example
White with #489EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489EF1; }
p { color: rgb(72,158,241); }
H1.HeaderClassName
{
color: #489EF1;
}
.AnyTagClassName
{
color: #489EF1;
}
</style>
background-color css
<style>
a { background-color: #489EF1; }
a { background-color: rgb(72,158,241); }
div.DivClassName
{
background-color: #489EF1;
}
.BgClassName
{
background-color: #489EF1;
}
</style>
border-color css
<style>
span { border-color: #489EF1; }
span { border-color: rgb(72,158,241); }
td.TdClassName
{
border-color: #489EF1;
}
.TagClassName
{
border-color: #489EF1;
}
</style>