Shades of Neon Blue #1B38FF
Tints of Neon Blue #1B38FF
RGB
CMYK
RGB Variations
Color information
#1B38FF (or 0x1B38FF) is known color: Neon Blue. HEX triplet: 1B, 38 and FF. RGB value is (27,56,255). Sum of RGB (Red+Green+Blue) = 27+56+255=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B38FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B38FF is #E4C700. Grayscale: #454545. Windows color (decimal): -14993153 or 16726043. OLE color: 16726043.
HSL color Cylindrical-coordinate representation of color #1B38FF: hue angle of 232.37º 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 #1B38FF is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 56 | 255 | - |
| CMYK | 0.89 | 0.78 | 0 | 0 |
| HSL | 232.37º | 1% | 0.55% | - |
| HSV(B) | 232.37º | 0.89% | 1% | - |
| XYZ | 19.92 | 10.28 | 95.54 | - |
| YUV | 70.02 | 232.39 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 255 | 0.89 | 0.78 | 0 | 0 | 232.37 | 1 | 0.55 |
| Hex | 1B | 38 | FF | 59 | 4E | 0 | 0 | E8 | 64 | 37 |
| Octal | 33 | 70 | 377 | 131 | 116 | 0 | 0 | 350 | 144 | 67 |
| Binary | 11011 | 111000 | 11111111 | 1011001 | 1001110 | 0 | 0 | 11101000 | 1100100 | 110111 |
Color Harmonies of #1B38FF
Complementary color
Monochromatic Colors of #1B38FF
Black with #1B38FF
Text Example
Text Example
White with #1B38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B38FF; }
p { color: rgb(27,56,255); }
H1.HeaderClassName
{
color: #1B38FF;
}
.AnyTagClassName
{
color: #1B38FF;
}
</style>
background-color css
<style>
a { background-color: #1B38FF; }
a { background-color: rgb(27,56,255); }
div.DivClassName
{
background-color: #1B38FF;
}
.BgClassName
{
background-color: #1B38FF;
}
</style>
border-color css
<style>
span { border-color: #1B38FF; }
span { border-color: rgb(27,56,255); }
td.TdClassName
{
border-color: #1B38FF;
}
.TagClassName
{
border-color: #1B38FF;
}
</style>