Shades of Cornflower Blue #48A3FF
Tints of Cornflower Blue #48A3FF
RGB
CMYK
RGB Variations
Color information
#48A3FF (or 0x48A3FF) is known color: Cornflower Blue. HEX triplet: 48, A3 and FF. RGB value is (72,163,255). Sum of RGB (Red+Green+Blue) = 72+163+255=490 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.69% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #48A3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A3FF is #B75C00. Grayscale: #919191. Windows color (decimal): -12016641 or 16753480. OLE color: 16753480.
HSL color Cylindrical-coordinate representation of color #48A3FF: hue angle of 210.16º 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 #48A3FF is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 163 | 255 | - |
| CMYK | 0.72 | 0.36 | 0 | 0 |
| HSL | 210.16º | 1% | 0.64% | - |
| HSV(B) | 210.16º | 0.72% | 1% | - |
| XYZ | 33.82 | 34.79 | 99.54 | - |
| YUV | 146.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 255 | 0.72 | 0.36 | 0 | 0 | 210.16 | 1 | 0.64 |
| Hex | 48 | A3 | FF | 48 | 24 | 0 | 0 | D2 | 64 | 40 |
| Octal | 110 | 243 | 377 | 110 | 44 | 0 | 0 | 322 | 144 | 100 |
| Binary | 1001000 | 10100011 | 11111111 | 1001000 | 100100 | 0 | 0 | 11010010 | 1100100 | 1000000 |
Color Harmonies of #48A3FF
Complementary color
Monochromatic Colors of #48A3FF
Black with #48A3FF
Text Example
Text Example
White with #48A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A3FF; }
p { color: rgb(72,163,255); }
H1.HeaderClassName
{
color: #48A3FF;
}
.AnyTagClassName
{
color: #48A3FF;
}
</style>
background-color css
<style>
a { background-color: #48A3FF; }
a { background-color: rgb(72,163,255); }
div.DivClassName
{
background-color: #48A3FF;
}
.BgClassName
{
background-color: #48A3FF;
}
</style>
border-color css
<style>
span { border-color: #48A3FF; }
span { border-color: rgb(72,163,255); }
td.TdClassName
{
border-color: #48A3FF;
}
.TagClassName
{
border-color: #48A3FF;
}
</style>