Shades of Cornflower Blue #488CFF
Tints of Cornflower Blue #488CFF
RGB
CMYK
RGB Variations
Color information
#488CFF (or 0x488CFF) is known color: Cornflower Blue. HEX triplet: 48, 8C and FF. RGB value is (72,140,255). Sum of RGB (Red+Green+Blue) = 72+140+255=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #488CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488CFF is #B77300. Grayscale: #848484. Windows color (decimal): -12022529 or 16747592. OLE color: 16747592.
HSL color Cylindrical-coordinate representation of color #488CFF: hue angle of 217.7º 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 #488CFF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 140 | 255 | - |
| CMYK | 0.72 | 0.45 | 0 | 0 |
| HSL | 217.7º | 1% | 0.64% | - |
| HSV(B) | 217.7º | 0.72% | 1% | - |
| XYZ | 30.1 | 27.35 | 98.3 | - |
| YUV | 132.78 | 196.97 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 255 | 0.72 | 0.45 | 0 | 0 | 217.7 | 1 | 0.64 |
| Hex | 48 | 8C | FF | 48 | 2D | 0 | 0 | DA | 64 | 40 |
| Octal | 110 | 214 | 377 | 110 | 55 | 0 | 0 | 332 | 144 | 100 |
| Binary | 1001000 | 10001100 | 11111111 | 1001000 | 101101 | 0 | 0 | 11011010 | 1100100 | 1000000 |
Color Harmonies of #488CFF
Complementary color
Monochromatic Colors of #488CFF
Black with #488CFF
Text Example
Text Example
White with #488CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CFF; }
p { color: rgb(72,140,255); }
H1.HeaderClassName
{
color: #488CFF;
}
.AnyTagClassName
{
color: #488CFF;
}
</style>
background-color css
<style>
a { background-color: #488CFF; }
a { background-color: rgb(72,140,255); }
div.DivClassName
{
background-color: #488CFF;
}
.BgClassName
{
background-color: #488CFF;
}
</style>
border-color css
<style>
span { border-color: #488CFF; }
span { border-color: rgb(72,140,255); }
td.TdClassName
{
border-color: #488CFF;
}
.TagClassName
{
border-color: #488CFF;
}
</style>