Shades of Cornflower Blue #489BFE
Tints of Cornflower Blue #489BFE
RGB
CMYK
RGB Variations
Color information
#489BFE (or 0x489BFE) is known color: Cornflower Blue. HEX triplet: 48, 9B and FE. RGB value is (72,155,254). Sum of RGB (Red+Green+Blue) = 72+155+254=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #489BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489BFE is #B76401. Grayscale: #8C8C8C. Windows color (decimal): -12018690 or 16685896. OLE color: 16685896.
HSL color Cylindrical-coordinate representation of color #489BFE: hue angle of 212.64º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #489BFE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 155 | 254 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.00 |
| HSL | 212.64º | 0.99% | 0.64% | - |
| HSV(B) | 212.64º | 0.72% | 1% | - |
| XYZ | 32.28 | 31.98 | 98.24 | - |
| YUV | 141.47 | 191.5 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 254 | 0.72 | 0.39 | 0 | 0.00 | 212.64 | 0.99 | 0.64 |
| Hex | 48 | 9B | FE | 48 | 27 | 0 | 0 | D5 | 63 | 40 |
| Octal | 110 | 233 | 376 | 110 | 47 | 0 | 0 | 325 | 143 | 100 |
| Binary | 1001000 | 10011011 | 11111110 | 1001000 | 100111 | 0 | 0 | 11010101 | 1100011 | 1000000 |
Color Harmonies of #489BFE
Complementary color
Monochromatic Colors of #489BFE
Black with #489BFE
Text Example
Text Example
White with #489BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BFE; }
p { color: rgb(72,155,254); }
H1.HeaderClassName
{
color: #489BFE;
}
.AnyTagClassName
{
color: #489BFE;
}
</style>
background-color css
<style>
a { background-color: #489BFE; }
a { background-color: rgb(72,155,254); }
div.DivClassName
{
background-color: #489BFE;
}
.BgClassName
{
background-color: #489BFE;
}
</style>
border-color css
<style>
span { border-color: #489BFE; }
span { border-color: rgb(72,155,254); }
td.TdClassName
{
border-color: #489BFE;
}
.TagClassName
{
border-color: #489BFE;
}
</style>