Shades of Cornflower Blue #489DED
Tints of Cornflower Blue #489DED
RGB
CMYK
RGB Variations
Color information
#489DED (or 0x489DED) is known color: Cornflower Blue. HEX triplet: 48, 9D and ED. RGB value is (72,157,237). Sum of RGB (Red+Green+Blue) = 72+157+237=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #489DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489DED is #B76212. Grayscale: #8C8C8C. Windows color (decimal): -12018195 or 15572296. OLE color: 15572296.
HSL color Cylindrical-coordinate representation of color #489DED: hue angle of 209.09º 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 #489DED is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 157 | 237 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.07 |
| HSL | 209.09º | 0.82% | 0.61% | - |
| HSV(B) | 209.09º | 0.7% | 0.93% | - |
| XYZ | 30.02 | 31.61 | 84.64 | - |
| YUV | 140.71 | 182.34 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 237 | 0.70 | 0.34 | 0 | 0.07 | 209.09 | 0.82 | 0.61 |
| Hex | 48 | 9D | ED | 46 | 22 | 0 | 7 | D1 | 52 | 3D |
| Octal | 110 | 235 | 355 | 106 | 42 | 0 | 7 | 321 | 122 | 75 |
| Binary | 1001000 | 10011101 | 11101101 | 1000110 | 100010 | 0 | 111 | 11010001 | 1010010 | 111101 |
Color Harmonies of #489DED
Complementary color
Monochromatic Colors of #489DED
Black with #489DED
Text Example
Text Example
White with #489DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DED; }
p { color: rgb(72,157,237); }
H1.HeaderClassName
{
color: #489DED;
}
.AnyTagClassName
{
color: #489DED;
}
</style>
background-color css
<style>
a { background-color: #489DED; }
a { background-color: rgb(72,157,237); }
div.DivClassName
{
background-color: #489DED;
}
.BgClassName
{
background-color: #489DED;
}
</style>
border-color css
<style>
span { border-color: #489DED; }
span { border-color: rgb(72,157,237); }
td.TdClassName
{
border-color: #489DED;
}
.TagClassName
{
border-color: #489DED;
}
</style>