Shades of Cornflower Blue #489DFF
Tints of Cornflower Blue #489DFF
RGB
CMYK
RGB Variations
Color information
#489DFF (or 0x489DFF) is known color: Cornflower Blue. HEX triplet: 48, 9D and FF. RGB value is (72,157,255). Sum of RGB (Red+Green+Blue) = 72+157+255=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #489DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489DFF is #B76200. Grayscale: #8E8E8E. Windows color (decimal): -12018177 or 16751944. OLE color: 16751944.
HSL color Cylindrical-coordinate representation of color #489DFF: hue angle of 212.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #489DFF is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 157 | 255 | - |
| CMYK | 0.72 | 0.38 | 0 | 0 |
| HSL | 212.13º | 1% | 0.64% | - |
| HSV(B) | 212.13º | 0.72% | 1% | - |
| XYZ | 32.78 | 32.71 | 99.19 | - |
| YUV | 142.76 | 191.34 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 255 | 0.72 | 0.38 | 0 | 0 | 212.13 | 1 | 0.64 |
| Hex | 48 | 9D | FF | 48 | 26 | 0 | 0 | D4 | 64 | 40 |
| Octal | 110 | 235 | 377 | 110 | 46 | 0 | 0 | 324 | 144 | 100 |
| Binary | 1001000 | 10011101 | 11111111 | 1001000 | 100110 | 0 | 0 | 11010100 | 1100100 | 1000000 |
Color Harmonies of #489DFF
Complementary color
Monochromatic Colors of #489DFF
Black with #489DFF
Text Example
Text Example
White with #489DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DFF; }
p { color: rgb(72,157,255); }
H1.HeaderClassName
{
color: #489DFF;
}
.AnyTagClassName
{
color: #489DFF;
}
</style>
background-color css
<style>
a { background-color: #489DFF; }
a { background-color: rgb(72,157,255); }
div.DivClassName
{
background-color: #489DFF;
}
.BgClassName
{
background-color: #489DFF;
}
</style>
border-color css
<style>
span { border-color: #489DFF; }
span { border-color: rgb(72,157,255); }
td.TdClassName
{
border-color: #489DFF;
}
.TagClassName
{
border-color: #489DFF;
}
</style>