Shades of Cornflower Blue #48A1F3
Tints of Cornflower Blue #48A1F3
RGB
CMYK
RGB Variations
Color information
#48A1F3 (or 0x48A1F3) is known color: Cornflower Blue. HEX triplet: 48, A1 and F3. RGB value is (72,161,243). Sum of RGB (Red+Green+Blue) = 72+161+243=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #48A1F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A1F3 is #B75E0C. Grayscale: #8F8F8F. Windows color (decimal): -12017165 or 15966536. OLE color: 15966536.
HSL color Cylindrical-coordinate representation of color #48A1F3: hue angle of 208.77º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48A1F3 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 161 | 243 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.05 |
| HSL | 208.77º | 0.88% | 0.62% | - |
| HSV(B) | 208.77º | 0.7% | 0.95% | - |
| XYZ | 31.6 | 33.34 | 89.56 | - |
| YUV | 143.74 | 184.01 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 161 | 243 | 0.70 | 0.34 | 0 | 0.05 | 208.77 | 0.88 | 0.62 |
| Hex | 48 | A1 | F3 | 46 | 22 | 0 | 5 | D1 | 58 | 3E |
| Octal | 110 | 241 | 363 | 106 | 42 | 0 | 5 | 321 | 130 | 76 |
| Binary | 1001000 | 10100001 | 11110011 | 1000110 | 100010 | 0 | 101 | 11010001 | 1011000 | 111110 |
Color Harmonies of #48A1F3
Complementary color
Monochromatic Colors of #48A1F3
Black with #48A1F3
Text Example
Text Example
White with #48A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A1F3; }
p { color: rgb(72,161,243); }
H1.HeaderClassName
{
color: #48A1F3;
}
.AnyTagClassName
{
color: #48A1F3;
}
</style>
background-color css
<style>
a { background-color: #48A1F3; }
a { background-color: rgb(72,161,243); }
div.DivClassName
{
background-color: #48A1F3;
}
.BgClassName
{
background-color: #48A1F3;
}
</style>
border-color css
<style>
span { border-color: #48A1F3; }
span { border-color: rgb(72,161,243); }
td.TdClassName
{
border-color: #48A1F3;
}
.TagClassName
{
border-color: #48A1F3;
}
</style>