Shades of Cornflower Blue #489CFF
Tints of Cornflower Blue #489CFF
RGB
CMYK
RGB Variations
Color information
#489CFF (or 0x489CFF) is known color: Cornflower Blue. HEX triplet: 48, 9C and FF. RGB value is (72,156,255). Sum of RGB (Red+Green+Blue) = 72+156+255=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #489CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489CFF is #B76300. Grayscale: #8D8D8D. Windows color (decimal): -12018433 or 16751688. OLE color: 16751688.
HSL color Cylindrical-coordinate representation of color #489CFF: hue angle of 212.46º 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 #489CFF is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 156 | 255 | - |
| CMYK | 0.72 | 0.39 | 0 | 0 |
| HSL | 212.46º | 1% | 0.64% | - |
| HSV(B) | 212.46º | 0.72% | 1% | - |
| XYZ | 32.61 | 32.37 | 99.14 | - |
| YUV | 142.17 | 191.67 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 255 | 0.72 | 0.39 | 0 | 0 | 212.46 | 1 | 0.64 |
| Hex | 48 | 9C | FF | 48 | 27 | 0 | 0 | D4 | 64 | 40 |
| Octal | 110 | 234 | 377 | 110 | 47 | 0 | 0 | 324 | 144 | 100 |
| Binary | 1001000 | 10011100 | 11111111 | 1001000 | 100111 | 0 | 0 | 11010100 | 1100100 | 1000000 |
Color Harmonies of #489CFF
Complementary color
Monochromatic Colors of #489CFF
Black with #489CFF
Text Example
Text Example
White with #489CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CFF; }
p { color: rgb(72,156,255); }
H1.HeaderClassName
{
color: #489CFF;
}
.AnyTagClassName
{
color: #489CFF;
}
</style>
background-color css
<style>
a { background-color: #489CFF; }
a { background-color: rgb(72,156,255); }
div.DivClassName
{
background-color: #489CFF;
}
.BgClassName
{
background-color: #489CFF;
}
</style>
border-color css
<style>
span { border-color: #489CFF; }
span { border-color: rgb(72,156,255); }
td.TdClassName
{
border-color: #489CFF;
}
.TagClassName
{
border-color: #489CFF;
}
</style>