Shades of Cornflower Blue #489FFD
Tints of Cornflower Blue #489FFD
RGB
CMYK
RGB Variations
Color information
#489FFD (or 0x489FFD) is known color: Cornflower Blue. HEX triplet: 48, 9F and FD. RGB value is (72,159,253). Sum of RGB (Red+Green+Blue) = 72+159+253=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #489FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489FFD is #B76002. Grayscale: #8F8F8F. Windows color (decimal): -12017667 or 16621384. OLE color: 16621384.
HSL color Cylindrical-coordinate representation of color #489FFD: hue angle of 211.16º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #489FFD is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 159 | 253 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.01 |
| HSL | 211.16º | 0.98% | 0.64% | - |
| HSV(B) | 211.16º | 0.72% | 0.99% | - |
| XYZ | 32.8 | 33.27 | 97.62 | - |
| YUV | 143.7 | 189.68 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 159 | 253 | 0.72 | 0.37 | 0 | 0.01 | 211.16 | 0.98 | 0.64 |
| Hex | 48 | 9F | FD | 48 | 25 | 0 | 1 | D3 | 62 | 40 |
| Octal | 110 | 237 | 375 | 110 | 45 | 0 | 1 | 323 | 142 | 100 |
| Binary | 1001000 | 10011111 | 11111101 | 1001000 | 100101 | 0 | 1 | 11010011 | 1100010 | 1000000 |
Color Harmonies of #489FFD
Complementary color
Monochromatic Colors of #489FFD
Black with #489FFD
Text Example
Text Example
White with #489FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489FFD; }
p { color: rgb(72,159,253); }
H1.HeaderClassName
{
color: #489FFD;
}
.AnyTagClassName
{
color: #489FFD;
}
</style>
background-color css
<style>
a { background-color: #489FFD; }
a { background-color: rgb(72,159,253); }
div.DivClassName
{
background-color: #489FFD;
}
.BgClassName
{
background-color: #489FFD;
}
</style>
border-color css
<style>
span { border-color: #489FFD; }
span { border-color: rgb(72,159,253); }
td.TdClassName
{
border-color: #489FFD;
}
.TagClassName
{
border-color: #489FFD;
}
</style>