Shades of Cornflower Blue #48A2FF
Tints of Cornflower Blue #48A2FF
RGB
CMYK
RGB Variations
Color information
#48A2FF (or 0x48A2FF) is known color: Cornflower Blue. HEX triplet: 48, A2 and FF. RGB value is (72,162,255). Sum of RGB (Red+Green+Blue) = 72+162+255=489 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.72% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #48A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A2FF is #B75D00. Grayscale: #919191. Windows color (decimal): -12016897 or 16753224. OLE color: 16753224.
HSL color Cylindrical-coordinate representation of color #48A2FF: hue angle of 210.49º 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 #48A2FF is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 162 | 255 | - |
| CMYK | 0.72 | 0.36 | 0 | 0 |
| HSL | 210.49º | 1% | 0.64% | - |
| HSV(B) | 210.49º | 0.72% | 1% | - |
| XYZ | 33.64 | 34.44 | 99.48 | - |
| YUV | 145.69 | 189.68 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 255 | 0.72 | 0.36 | 0 | 0 | 210.49 | 1 | 0.64 |
| Hex | 48 | A2 | FF | 48 | 24 | 0 | 0 | D2 | 64 | 40 |
| Octal | 110 | 242 | 377 | 110 | 44 | 0 | 0 | 322 | 144 | 100 |
| Binary | 1001000 | 10100010 | 11111111 | 1001000 | 100100 | 0 | 0 | 11010010 | 1100100 | 1000000 |
Color Harmonies of #48A2FF
Complementary color
Monochromatic Colors of #48A2FF
Black with #48A2FF
Text Example
Text Example
White with #48A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A2FF; }
p { color: rgb(72,162,255); }
H1.HeaderClassName
{
color: #48A2FF;
}
.AnyTagClassName
{
color: #48A2FF;
}
</style>
background-color css
<style>
a { background-color: #48A2FF; }
a { background-color: rgb(72,162,255); }
div.DivClassName
{
background-color: #48A2FF;
}
.BgClassName
{
background-color: #48A2FF;
}
</style>
border-color css
<style>
span { border-color: #48A2FF; }
span { border-color: rgb(72,162,255); }
td.TdClassName
{
border-color: #48A2FF;
}
.TagClassName
{
border-color: #48A2FF;
}
</style>