Shades of Cornflower Blue #488CEB
Tints of Cornflower Blue #488CEB
RGB
CMYK
RGB Variations
Color information
#488CEB (or 0x488CEB) is known color: Cornflower Blue. HEX triplet: 48, 8C and EB. RGB value is (72,140,235). Sum of RGB (Red+Green+Blue) = 72+140+235=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #488CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CEB is #B77314. Grayscale: #828282. Windows color (decimal): -12022549 or 15436872. OLE color: 15436872.
HSL color Cylindrical-coordinate representation of color #488CEB: hue angle of 214.97º 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 #488CEB is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 140 | 235 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.08 |
| HSL | 214.97º | 0.8% | 0.6% | - |
| HSV(B) | 214.97º | 0.69% | 0.92% | - |
| XYZ | 27.05 | 26.13 | 82.22 | - |
| YUV | 130.5 | 186.97 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 235 | 0.69 | 0.40 | 0 | 0.08 | 214.97 | 0.8 | 0.6 |
| Hex | 48 | 8C | EB | 45 | 28 | 0 | 8 | D7 | 50 | 3C |
| Octal | 110 | 214 | 353 | 105 | 50 | 0 | 10 | 327 | 120 | 74 |
| Binary | 1001000 | 10001100 | 11101011 | 1000101 | 101000 | 0 | 1000 | 11010111 | 1010000 | 111100 |
Color Harmonies of #488CEB
Complementary color
Monochromatic Colors of #488CEB
Black with #488CEB
Text Example
Text Example
White with #488CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CEB; }
p { color: rgb(72,140,235); }
H1.HeaderClassName
{
color: #488CEB;
}
.AnyTagClassName
{
color: #488CEB;
}
</style>
background-color css
<style>
a { background-color: #488CEB; }
a { background-color: rgb(72,140,235); }
div.DivClassName
{
background-color: #488CEB;
}
.BgClassName
{
background-color: #488CEB;
}
</style>
border-color css
<style>
span { border-color: #488CEB; }
span { border-color: rgb(72,140,235); }
td.TdClassName
{
border-color: #488CEB;
}
.TagClassName
{
border-color: #488CEB;
}
</style>