Shades of Neon Blue #1B48FF
Tints of Neon Blue #1B48FF
RGB
CMYK
RGB Variations
Color information
#1B48FF (or 0x1B48FF) is known color: Neon Blue. HEX triplet: 1B, 48 and FF. RGB value is (27,72,255). Sum of RGB (Red+Green+Blue) = 27+72+255=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B48FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B48FF is #E4B700. Grayscale: #4E4E4E. Windows color (decimal): -14989057 or 16730139. OLE color: 16730139.
HSL color Cylindrical-coordinate representation of color #1B48FF: hue angle of 228.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B48FF is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 72 | 255 | - |
| CMYK | 0.89 | 0.72 | 0 | 0 |
| HSL | 228.16º | 1% | 0.55% | - |
| HSV(B) | 228.16º | 0.89% | 1% | - |
| XYZ | 20.82 | 12.09 | 95.84 | - |
| YUV | 79.41 | 227.09 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 255 | 0.89 | 0.72 | 0 | 0 | 228.16 | 1 | 0.55 |
| Hex | 1B | 48 | FF | 59 | 48 | 0 | 0 | E4 | 64 | 37 |
| Octal | 33 | 110 | 377 | 131 | 110 | 0 | 0 | 344 | 144 | 67 |
| Binary | 11011 | 1001000 | 11111111 | 1011001 | 1001000 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1B48FF
Complementary color
Monochromatic Colors of #1B48FF
Black with #1B48FF
Text Example
Text Example
White with #1B48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B48FF; }
p { color: rgb(27,72,255); }
H1.HeaderClassName
{
color: #1B48FF;
}
.AnyTagClassName
{
color: #1B48FF;
}
</style>
background-color css
<style>
a { background-color: #1B48FF; }
a { background-color: rgb(27,72,255); }
div.DivClassName
{
background-color: #1B48FF;
}
.BgClassName
{
background-color: #1B48FF;
}
</style>
border-color css
<style>
span { border-color: #1B48FF; }
span { border-color: rgb(27,72,255); }
td.TdClassName
{
border-color: #1B48FF;
}
.TagClassName
{
border-color: #1B48FF;
}
</style>