Shades of Cornflower Blue #488AFF
Tints of Cornflower Blue #488AFF
RGB
CMYK
RGB Variations
Color information
#488AFF (or 0x488AFF) is known color: Cornflower Blue. HEX triplet: 48, 8A and FF. RGB value is (72,138,255). Sum of RGB (Red+Green+Blue) = 72+138+255=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #488AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488AFF is #B77500. Grayscale: #838383. Windows color (decimal): -12023041 or 16747080. OLE color: 16747080.
HSL color Cylindrical-coordinate representation of color #488AFF: hue angle of 218.36º 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 #488AFF is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 138 | 255 | - |
| CMYK | 0.72 | 0.46 | 0 | 0 |
| HSL | 218.36º | 1% | 0.64% | - |
| HSV(B) | 218.36º | 0.72% | 1% | - |
| XYZ | 29.81 | 26.77 | 98.2 | - |
| YUV | 131.6 | 197.63 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 255 | 0.72 | 0.46 | 0 | 0 | 218.36 | 1 | 0.64 |
| Hex | 48 | 8A | FF | 48 | 2E | 0 | 0 | DA | 64 | 40 |
| Octal | 110 | 212 | 377 | 110 | 56 | 0 | 0 | 332 | 144 | 100 |
| Binary | 1001000 | 10001010 | 11111111 | 1001000 | 101110 | 0 | 0 | 11011010 | 1100100 | 1000000 |
Color Harmonies of #488AFF
Complementary color
Monochromatic Colors of #488AFF
Black with #488AFF
Text Example
Text Example
White with #488AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AFF; }
p { color: rgb(72,138,255); }
H1.HeaderClassName
{
color: #488AFF;
}
.AnyTagClassName
{
color: #488AFF;
}
</style>
background-color css
<style>
a { background-color: #488AFF; }
a { background-color: rgb(72,138,255); }
div.DivClassName
{
background-color: #488AFF;
}
.BgClassName
{
background-color: #488AFF;
}
</style>
border-color css
<style>
span { border-color: #488AFF; }
span { border-color: rgb(72,138,255); }
td.TdClassName
{
border-color: #488AFF;
}
.TagClassName
{
border-color: #488AFF;
}
</style>