Shades of Cornflower Blue #488CE8
Tints of Cornflower Blue #488CE8
RGB
CMYK
RGB Variations
Color information
#488CE8 (or 0x488CE8) is known color: Cornflower Blue. HEX triplet: 48, 8C and E8. RGB value is (72,140,232). Sum of RGB (Red+Green+Blue) = 72+140+232=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #488CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CE8 is #B77317. Grayscale: #818181. Windows color (decimal): -12022552 or 15240264. OLE color: 15240264.
HSL color Cylindrical-coordinate representation of color #488CE8: hue angle of 214.5º degrees, saturation: 0.78, 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 #488CE8 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 140 | 232 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.09 |
| HSL | 214.5º | 0.78% | 0.6% | - |
| HSV(B) | 214.5º | 0.69% | 0.91% | - |
| XYZ | 26.62 | 25.96 | 79.95 | - |
| YUV | 130.16 | 185.47 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 232 | 0.69 | 0.40 | 0 | 0.09 | 214.5 | 0.78 | 0.6 |
| Hex | 48 | 8C | E8 | 45 | 28 | 0 | 9 | D6 | 4E | 3C |
| Octal | 110 | 214 | 350 | 105 | 50 | 0 | 11 | 326 | 116 | 74 |
| Binary | 1001000 | 10001100 | 11101000 | 1000101 | 101000 | 0 | 1001 | 11010110 | 1001110 | 111100 |
Color Harmonies of #488CE8
Complementary color
Monochromatic Colors of #488CE8
Black with #488CE8
Text Example
Text Example
White with #488CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CE8; }
p { color: rgb(72,140,232); }
H1.HeaderClassName
{
color: #488CE8;
}
.AnyTagClassName
{
color: #488CE8;
}
</style>
background-color css
<style>
a { background-color: #488CE8; }
a { background-color: rgb(72,140,232); }
div.DivClassName
{
background-color: #488CE8;
}
.BgClassName
{
background-color: #488CE8;
}
</style>
border-color css
<style>
span { border-color: #488CE8; }
span { border-color: rgb(72,140,232); }
td.TdClassName
{
border-color: #488CE8;
}
.TagClassName
{
border-color: #488CE8;
}
</style>