Shades of Cornflower Blue #489CFE
Tints of Cornflower Blue #489CFE
RGB
CMYK
RGB Variations
Color information
#489CFE (or 0x489CFE) is known color: Cornflower Blue. HEX triplet: 48, 9C and FE. RGB value is (72,156,254). Sum of RGB (Red+Green+Blue) = 72+156+254=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #489CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489CFE is #B76301. Grayscale: #8D8D8D. Windows color (decimal): -12018434 or 16686152. OLE color: 16686152.
HSL color Cylindrical-coordinate representation of color #489CFE: hue angle of 212.31º 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 #489CFE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 156 | 254 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.00 |
| HSL | 212.31º | 0.99% | 0.64% | - |
| HSV(B) | 212.31º | 0.72% | 1% | - |
| XYZ | 32.45 | 32.31 | 98.29 | - |
| YUV | 142.06 | 191.17 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 254 | 0.72 | 0.39 | 0 | 0.00 | 212.31 | 0.99 | 0.64 |
| Hex | 48 | 9C | FE | 48 | 27 | 0 | 0 | D4 | 63 | 40 |
| Octal | 110 | 234 | 376 | 110 | 47 | 0 | 0 | 324 | 143 | 100 |
| Binary | 1001000 | 10011100 | 11111110 | 1001000 | 100111 | 0 | 0 | 11010100 | 1100011 | 1000000 |
Color Harmonies of #489CFE
Complementary color
Monochromatic Colors of #489CFE
Black with #489CFE
Text Example
Text Example
White with #489CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CFE; }
p { color: rgb(72,156,254); }
H1.HeaderClassName
{
color: #489CFE;
}
.AnyTagClassName
{
color: #489CFE;
}
</style>
background-color css
<style>
a { background-color: #489CFE; }
a { background-color: rgb(72,156,254); }
div.DivClassName
{
background-color: #489CFE;
}
.BgClassName
{
background-color: #489CFE;
}
</style>
border-color css
<style>
span { border-color: #489CFE; }
span { border-color: rgb(72,156,254); }
td.TdClassName
{
border-color: #489CFE;
}
.TagClassName
{
border-color: #489CFE;
}
</style>