Shades of Cornflower Blue #489CED
Tints of Cornflower Blue #489CED
RGB
CMYK
RGB Variations
Color information
#489CED (or 0x489CED) is known color: Cornflower Blue. HEX triplet: 48, 9C and ED. RGB value is (72,156,237). Sum of RGB (Red+Green+Blue) = 72+156+237=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #489CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489CED is #B76312. Grayscale: #8B8B8B. Windows color (decimal): -12018451 or 15572040. OLE color: 15572040.
HSL color Cylindrical-coordinate representation of color #489CED: hue angle of 209.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #489CED is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 156 | 237 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.07 |
| HSL | 209.45º | 0.82% | 0.61% | - |
| HSV(B) | 209.45º | 0.7% | 0.93% | - |
| XYZ | 29.85 | 31.27 | 84.58 | - |
| YUV | 140.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 237 | 0.70 | 0.34 | 0 | 0.07 | 209.45 | 0.82 | 0.61 |
| Hex | 48 | 9C | ED | 46 | 22 | 0 | 7 | D1 | 52 | 3D |
| Octal | 110 | 234 | 355 | 106 | 42 | 0 | 7 | 321 | 122 | 75 |
| Binary | 1001000 | 10011100 | 11101101 | 1000110 | 100010 | 0 | 111 | 11010001 | 1010010 | 111101 |
Color Harmonies of #489CED
Complementary color
Monochromatic Colors of #489CED
Black with #489CED
Text Example
Text Example
White with #489CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CED; }
p { color: rgb(72,156,237); }
H1.HeaderClassName
{
color: #489CED;
}
.AnyTagClassName
{
color: #489CED;
}
</style>
background-color css
<style>
a { background-color: #489CED; }
a { background-color: rgb(72,156,237); }
div.DivClassName
{
background-color: #489CED;
}
.BgClassName
{
background-color: #489CED;
}
</style>
border-color css
<style>
span { border-color: #489CED; }
span { border-color: rgb(72,156,237); }
td.TdClassName
{
border-color: #489CED;
}
.TagClassName
{
border-color: #489CED;
}
</style>