Shades of Cornflower Blue #488FED
Tints of Cornflower Blue #488FED
RGB
CMYK
RGB Variations
Color information
#488FED (or 0x488FED) is known color: Cornflower Blue. HEX triplet: 48, 8F and ED. RGB value is (72,143,237). Sum of RGB (Red+Green+Blue) = 72+143+237=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #488FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488FED is #B77012. Grayscale: #848484. Windows color (decimal): -12021779 or 15568712. OLE color: 15568712.
HSL color Cylindrical-coordinate representation of color #488FED: hue angle of 214.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #488FED is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 143 | 237 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.07 |
| HSL | 214.18º | 0.82% | 0.61% | - |
| HSV(B) | 214.18º | 0.7% | 0.93% | - |
| XYZ | 27.78 | 27.14 | 83.89 | - |
| YUV | 132.49 | 186.98 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 237 | 0.70 | 0.40 | 0 | 0.07 | 214.18 | 0.82 | 0.61 |
| Hex | 48 | 8F | ED | 46 | 28 | 0 | 7 | D6 | 52 | 3D |
| Octal | 110 | 217 | 355 | 106 | 50 | 0 | 7 | 326 | 122 | 75 |
| Binary | 1001000 | 10001111 | 11101101 | 1000110 | 101000 | 0 | 111 | 11010110 | 1010010 | 111101 |
Color Harmonies of #488FED
Complementary color
Monochromatic Colors of #488FED
Black with #488FED
Text Example
Text Example
White with #488FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FED; }
p { color: rgb(72,143,237); }
H1.HeaderClassName
{
color: #488FED;
}
.AnyTagClassName
{
color: #488FED;
}
</style>
background-color css
<style>
a { background-color: #488FED; }
a { background-color: rgb(72,143,237); }
div.DivClassName
{
background-color: #488FED;
}
.BgClassName
{
background-color: #488FED;
}
</style>
border-color css
<style>
span { border-color: #488FED; }
span { border-color: rgb(72,143,237); }
td.TdClassName
{
border-color: #488FED;
}
.TagClassName
{
border-color: #488FED;
}
</style>