Shades of Cornflower Blue #488CEF
Tints of Cornflower Blue #488CEF
RGB
CMYK
RGB Variations
Color information
#488CEF (or 0x488CEF) is known color: Cornflower Blue. HEX triplet: 48, 8C and EF. RGB value is (72,140,239). Sum of RGB (Red+Green+Blue) = 72+140+239=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #488CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CEF is #B77310. Grayscale: #828282. Windows color (decimal): -12022545 or 15699016. OLE color: 15699016.
HSL color Cylindrical-coordinate representation of color #488CEF: hue angle of 215.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #488CEF is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 140 | 239 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.06 |
| HSL | 215.57º | 0.84% | 0.61% | - |
| HSV(B) | 215.57º | 0.7% | 0.94% | - |
| XYZ | 27.63 | 26.37 | 85.29 | - |
| YUV | 130.95 | 188.97 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 239 | 0.70 | 0.41 | 0 | 0.06 | 215.57 | 0.84 | 0.61 |
| Hex | 48 | 8C | EF | 46 | 29 | 0 | 6 | D8 | 54 | 3D |
| Octal | 110 | 214 | 357 | 106 | 51 | 0 | 6 | 330 | 124 | 75 |
| Binary | 1001000 | 10001100 | 11101111 | 1000110 | 101001 | 0 | 110 | 11011000 | 1010100 | 111101 |
Color Harmonies of #488CEF
Complementary color
Monochromatic Colors of #488CEF
Black with #488CEF
Text Example
Text Example
White with #488CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CEF; }
p { color: rgb(72,140,239); }
H1.HeaderClassName
{
color: #488CEF;
}
.AnyTagClassName
{
color: #488CEF;
}
</style>
background-color css
<style>
a { background-color: #488CEF; }
a { background-color: rgb(72,140,239); }
div.DivClassName
{
background-color: #488CEF;
}
.BgClassName
{
background-color: #488CEF;
}
</style>
border-color css
<style>
span { border-color: #488CEF; }
span { border-color: rgb(72,140,239); }
td.TdClassName
{
border-color: #488CEF;
}
.TagClassName
{
border-color: #488CEF;
}
</style>