Shades of Cornflower Blue #488EEB
Tints of Cornflower Blue #488EEB
RGB
CMYK
RGB Variations
Color information
#488EEB (or 0x488EEB) is known color: Cornflower Blue. HEX triplet: 48, 8E and EB. RGB value is (72,142,235). Sum of RGB (Red+Green+Blue) = 72+142+235=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #488EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EEB is #B77114. Grayscale: #838383. Windows color (decimal): -12022037 or 15437384. OLE color: 15437384.
HSL color Cylindrical-coordinate representation of color #488EEB: hue angle of 214.23º 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 #488EEB is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 142 | 235 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.08 |
| HSL | 214.23º | 0.8% | 0.6% | - |
| HSV(B) | 214.23º | 0.69% | 0.92% | - |
| XYZ | 27.34 | 26.72 | 82.31 | - |
| YUV | 131.67 | 186.31 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 235 | 0.69 | 0.40 | 0 | 0.08 | 214.23 | 0.8 | 0.6 |
| Hex | 48 | 8E | EB | 45 | 28 | 0 | 8 | D6 | 50 | 3C |
| Octal | 110 | 216 | 353 | 105 | 50 | 0 | 10 | 326 | 120 | 74 |
| Binary | 1001000 | 10001110 | 11101011 | 1000101 | 101000 | 0 | 1000 | 11010110 | 1010000 | 111100 |
Color Harmonies of #488EEB
Complementary color
Monochromatic Colors of #488EEB
Black with #488EEB
Text Example
Text Example
White with #488EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488EEB; }
p { color: rgb(72,142,235); }
H1.HeaderClassName
{
color: #488EEB;
}
.AnyTagClassName
{
color: #488EEB;
}
</style>
background-color css
<style>
a { background-color: #488EEB; }
a { background-color: rgb(72,142,235); }
div.DivClassName
{
background-color: #488EEB;
}
.BgClassName
{
background-color: #488EEB;
}
</style>
border-color css
<style>
span { border-color: #488EEB; }
span { border-color: rgb(72,142,235); }
td.TdClassName
{
border-color: #488EEB;
}
.TagClassName
{
border-color: #488EEB;
}
</style>