Shades of Cornflower Blue #488DFF
Tints of Cornflower Blue #488DFF
RGB
CMYK
RGB Variations
Color information
#488DFF (or 0x488DFF) is known color: Cornflower Blue. HEX triplet: 48, 8D and FF. RGB value is (72,141,255). Sum of RGB (Red+Green+Blue) = 72+141+255=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #488DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488DFF is #B77200. Grayscale: #848484. Windows color (decimal): -12022273 or 16747848. OLE color: 16747848.
HSL color Cylindrical-coordinate representation of color #488DFF: hue angle of 217.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488DFF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 141 | 255 | - |
| CMYK | 0.72 | 0.45 | 0 | 0 |
| HSL | 217.38º | 1% | 0.64% | - |
| HSV(B) | 217.38º | 0.72% | 1% | - |
| XYZ | 30.25 | 27.65 | 98.35 | - |
| YUV | 133.37 | 196.64 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 255 | 0.72 | 0.45 | 0 | 0 | 217.38 | 1 | 0.64 |
| Hex | 48 | 8D | FF | 48 | 2D | 0 | 0 | D9 | 64 | 40 |
| Octal | 110 | 215 | 377 | 110 | 55 | 0 | 0 | 331 | 144 | 100 |
| Binary | 1001000 | 10001101 | 11111111 | 1001000 | 101101 | 0 | 0 | 11011001 | 1100100 | 1000000 |
Color Harmonies of #488DFF
Complementary color
Monochromatic Colors of #488DFF
Black with #488DFF
Text Example
Text Example
White with #488DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DFF; }
p { color: rgb(72,141,255); }
H1.HeaderClassName
{
color: #488DFF;
}
.AnyTagClassName
{
color: #488DFF;
}
</style>
background-color css
<style>
a { background-color: #488DFF; }
a { background-color: rgb(72,141,255); }
div.DivClassName
{
background-color: #488DFF;
}
.BgClassName
{
background-color: #488DFF;
}
</style>
border-color css
<style>
span { border-color: #488DFF; }
span { border-color: rgb(72,141,255); }
td.TdClassName
{
border-color: #488DFF;
}
.TagClassName
{
border-color: #488DFF;
}
</style>