Shades of Cornflower Blue #488BEE
Tints of Cornflower Blue #488BEE
RGB
CMYK
RGB Variations
Color information
#488BEE (or 0x488BEE) is known color: Cornflower Blue. HEX triplet: 48, 8B and EE. RGB value is (72,139,238). Sum of RGB (Red+Green+Blue) = 72+139+238=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #488BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BEE is #B77411. Grayscale: #818181. Windows color (decimal): -12022802 or 15633224. OLE color: 15633224.
HSL color Cylindrical-coordinate representation of color #488BEE: hue angle of 215.78º 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 #488BEE is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 139 | 238 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.07 |
| HSL | 215.78º | 0.83% | 0.61% | - |
| HSV(B) | 215.78º | 0.7% | 0.93% | - |
| XYZ | 27.34 | 26.02 | 84.47 | - |
| YUV | 130.25 | 188.8 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 238 | 0.70 | 0.42 | 0 | 0.07 | 215.78 | 0.83 | 0.61 |
| Hex | 48 | 8B | EE | 46 | 2A | 0 | 7 | D8 | 53 | 3D |
| Octal | 110 | 213 | 356 | 106 | 52 | 0 | 7 | 330 | 123 | 75 |
| Binary | 1001000 | 10001011 | 11101110 | 1000110 | 101010 | 0 | 111 | 11011000 | 1010011 | 111101 |
Color Harmonies of #488BEE
Complementary color
Monochromatic Colors of #488BEE
Black with #488BEE
Text Example
Text Example
White with #488BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BEE; }
p { color: rgb(72,139,238); }
H1.HeaderClassName
{
color: #488BEE;
}
.AnyTagClassName
{
color: #488BEE;
}
</style>
background-color css
<style>
a { background-color: #488BEE; }
a { background-color: rgb(72,139,238); }
div.DivClassName
{
background-color: #488BEE;
}
.BgClassName
{
background-color: #488BEE;
}
</style>
border-color css
<style>
span { border-color: #488BEE; }
span { border-color: rgb(72,139,238); }
td.TdClassName
{
border-color: #488BEE;
}
.TagClassName
{
border-color: #488BEE;
}
</style>