Shades of Cornflower Blue #488CE9
Tints of Cornflower Blue #488CE9
RGB
CMYK
RGB Variations
Color information
#488CE9 (or 0x488CE9) is known color: Cornflower Blue. HEX triplet: 48, 8C and E9. RGB value is (72,140,233). Sum of RGB (Red+Green+Blue) = 72+140+233=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #488CE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CE9 is #B77316. Grayscale: #818181. Windows color (decimal): -12022551 or 15305800. OLE color: 15305800.
HSL color Cylindrical-coordinate representation of color #488CE9: hue angle of 214.66º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488CE9 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 140 | 233 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.09 |
| HSL | 214.66º | 0.79% | 0.6% | - |
| HSV(B) | 214.66º | 0.69% | 0.91% | - |
| XYZ | 26.76 | 26.02 | 80.7 | - |
| YUV | 130.27 | 185.97 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 233 | 0.69 | 0.40 | 0 | 0.09 | 214.66 | 0.79 | 0.6 |
| Hex | 48 | 8C | E9 | 45 | 28 | 0 | 9 | D7 | 4F | 3C |
| Octal | 110 | 214 | 351 | 105 | 50 | 0 | 11 | 327 | 117 | 74 |
| Binary | 1001000 | 10001100 | 11101001 | 1000101 | 101000 | 0 | 1001 | 11010111 | 1001111 | 111100 |
Color Harmonies of #488CE9
Complementary color
Monochromatic Colors of #488CE9
Black with #488CE9
Text Example
Text Example
White with #488CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CE9; }
p { color: rgb(72,140,233); }
H1.HeaderClassName
{
color: #488CE9;
}
.AnyTagClassName
{
color: #488CE9;
}
</style>
background-color css
<style>
a { background-color: #488CE9; }
a { background-color: rgb(72,140,233); }
div.DivClassName
{
background-color: #488CE9;
}
.BgClassName
{
background-color: #488CE9;
}
</style>
border-color css
<style>
span { border-color: #488CE9; }
span { border-color: rgb(72,140,233); }
td.TdClassName
{
border-color: #488CE9;
}
.TagClassName
{
border-color: #488CE9;
}
</style>