Shades of Cornflower Blue #488FEF
Tints of Cornflower Blue #488FEF
RGB
CMYK
RGB Variations
Color information
#488FEF (or 0x488FEF) is known color: Cornflower Blue. HEX triplet: 48, 8F and EF. RGB value is (72,143,239). Sum of RGB (Red+Green+Blue) = 72+143+239=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #488FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488FEF is #B77010. Grayscale: #848484. Windows color (decimal): -12021777 or 15699784. OLE color: 15699784.
HSL color Cylindrical-coordinate representation of color #488FEF: hue angle of 214.49º 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 #488FEF is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 143 | 239 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.06 |
| HSL | 214.49º | 0.84% | 0.61% | - |
| HSV(B) | 214.49º | 0.7% | 0.94% | - |
| XYZ | 28.07 | 27.25 | 85.44 | - |
| YUV | 132.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 239 | 0.70 | 0.40 | 0 | 0.06 | 214.49 | 0.84 | 0.61 |
| Hex | 48 | 8F | EF | 46 | 28 | 0 | 6 | D6 | 54 | 3D |
| Octal | 110 | 217 | 357 | 106 | 50 | 0 | 6 | 326 | 124 | 75 |
| Binary | 1001000 | 10001111 | 11101111 | 1000110 | 101000 | 0 | 110 | 11010110 | 1010100 | 111101 |
Color Harmonies of #488FEF
Complementary color
Monochromatic Colors of #488FEF
Black with #488FEF
Text Example
Text Example
White with #488FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FEF; }
p { color: rgb(72,143,239); }
H1.HeaderClassName
{
color: #488FEF;
}
.AnyTagClassName
{
color: #488FEF;
}
</style>
background-color css
<style>
a { background-color: #488FEF; }
a { background-color: rgb(72,143,239); }
div.DivClassName
{
background-color: #488FEF;
}
.BgClassName
{
background-color: #488FEF;
}
</style>
border-color css
<style>
span { border-color: #488FEF; }
span { border-color: rgb(72,143,239); }
td.TdClassName
{
border-color: #488FEF;
}
.TagClassName
{
border-color: #488FEF;
}
</style>