Shades of Cornflower Blue #488BEB
Tints of Cornflower Blue #488BEB
RGB
CMYK
RGB Variations
Color information
#488BEB (or 0x488BEB) is known color: Cornflower Blue. HEX triplet: 48, 8B and EB. RGB value is (72,139,235). Sum of RGB (Red+Green+Blue) = 72+139+235=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #488BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BEB is #B77414. Grayscale: #818181. Windows color (decimal): -12022805 or 15436616. OLE color: 15436616.
HSL color Cylindrical-coordinate representation of color #488BEB: hue angle of 215.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488BEB is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 139 | 235 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.08 |
| HSL | 215.34º | 0.8% | 0.6% | - |
| HSV(B) | 215.34º | 0.69% | 0.92% | - |
| XYZ | 26.9 | 25.84 | 82.17 | - |
| YUV | 129.91 | 187.3 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 235 | 0.69 | 0.41 | 0 | 0.08 | 215.34 | 0.8 | 0.6 |
| Hex | 48 | 8B | EB | 45 | 29 | 0 | 8 | D7 | 50 | 3C |
| Octal | 110 | 213 | 353 | 105 | 51 | 0 | 10 | 327 | 120 | 74 |
| Binary | 1001000 | 10001011 | 11101011 | 1000101 | 101001 | 0 | 1000 | 11010111 | 1010000 | 111100 |
Color Harmonies of #488BEB
Complementary color
Monochromatic Colors of #488BEB
Black with #488BEB
Text Example
Text Example
White with #488BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BEB; }
p { color: rgb(72,139,235); }
H1.HeaderClassName
{
color: #488BEB;
}
.AnyTagClassName
{
color: #488BEB;
}
</style>
background-color css
<style>
a { background-color: #488BEB; }
a { background-color: rgb(72,139,235); }
div.DivClassName
{
background-color: #488BEB;
}
.BgClassName
{
background-color: #488BEB;
}
</style>
border-color css
<style>
span { border-color: #488BEB; }
span { border-color: rgb(72,139,235); }
td.TdClassName
{
border-color: #488BEB;
}
.TagClassName
{
border-color: #488BEB;
}
</style>