Shades of Cornflower Blue #489BEE
Tints of Cornflower Blue #489BEE
RGB
CMYK
RGB Variations
Color information
#489BEE (or 0x489BEE) is known color: Cornflower Blue. HEX triplet: 48, 9B and EE. RGB value is (72,155,238). Sum of RGB (Red+Green+Blue) = 72+155+238=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #489BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489BEE is #B76411. Grayscale: #8B8B8B. Windows color (decimal): -12018706 or 15637320. OLE color: 15637320.
HSL color Cylindrical-coordinate representation of color #489BEE: hue angle of 210º degrees, saturation: 0.83, 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 #489BEE is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 155 | 238 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.07 |
| HSL | 210º | 0.83% | 0.61% | - |
| HSV(B) | 210º | 0.7% | 0.93% | - |
| XYZ | 29.83 | 30.99 | 85.3 | - |
| YUV | 139.65 | 183.5 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 238 | 0.70 | 0.35 | 0 | 0.07 | 210 | 0.83 | 0.61 |
| Hex | 48 | 9B | EE | 46 | 23 | 0 | 7 | D2 | 53 | 3D |
| Octal | 110 | 233 | 356 | 106 | 43 | 0 | 7 | 322 | 123 | 75 |
| Binary | 1001000 | 10011011 | 11101110 | 1000110 | 100011 | 0 | 111 | 11010010 | 1010011 | 111101 |
Color Harmonies of #489BEE
Complementary color
Monochromatic Colors of #489BEE
Black with #489BEE
Text Example
Text Example
White with #489BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BEE; }
p { color: rgb(72,155,238); }
H1.HeaderClassName
{
color: #489BEE;
}
.AnyTagClassName
{
color: #489BEE;
}
</style>
background-color css
<style>
a { background-color: #489BEE; }
a { background-color: rgb(72,155,238); }
div.DivClassName
{
background-color: #489BEE;
}
.BgClassName
{
background-color: #489BEE;
}
</style>
border-color css
<style>
span { border-color: #489BEE; }
span { border-color: rgb(72,155,238); }
td.TdClassName
{
border-color: #489BEE;
}
.TagClassName
{
border-color: #489BEE;
}
</style>