Shades of Neon Blue #1B4DFF
Tints of Neon Blue #1B4DFF
RGB
CMYK
RGB Variations
Color information
#1B4DFF (or 0x1B4DFF) is known color: Neon Blue. HEX triplet: 1B, 4D and FF. RGB value is (27,77,255). Sum of RGB (Red+Green+Blue) = 27+77+255=359 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.52% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B4DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B4DFF is #E4B200. Grayscale: #515151. Windows color (decimal): -14987777 or 16731419. OLE color: 16731419.
HSL color Cylindrical-coordinate representation of color #1B4DFF: hue angle of 226.84º 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 #1B4DFF is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 77 | 255 | - |
| CMYK | 0.89 | 0.70 | 0 | 0 |
| HSL | 226.84º | 1% | 0.55% | - |
| HSV(B) | 226.84º | 0.89% | 1% | - |
| XYZ | 21.16 | 12.76 | 95.96 | - |
| YUV | 82.34 | 225.44 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 255 | 0.89 | 0.70 | 0 | 0 | 226.84 | 1 | 0.55 |
| Hex | 1B | 4D | FF | 59 | 46 | 0 | 0 | E3 | 64 | 37 |
| Octal | 33 | 115 | 377 | 131 | 106 | 0 | 0 | 343 | 144 | 67 |
| Binary | 11011 | 1001101 | 11111111 | 1011001 | 1000110 | 0 | 0 | 11100011 | 1100100 | 110111 |
Color Harmonies of #1B4DFF
Complementary color
Monochromatic Colors of #1B4DFF
Black with #1B4DFF
Text Example
Text Example
White with #1B4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DFF; }
p { color: rgb(27,77,255); }
H1.HeaderClassName
{
color: #1B4DFF;
}
.AnyTagClassName
{
color: #1B4DFF;
}
</style>
background-color css
<style>
a { background-color: #1B4DFF; }
a { background-color: rgb(27,77,255); }
div.DivClassName
{
background-color: #1B4DFF;
}
.BgClassName
{
background-color: #1B4DFF;
}
</style>
border-color css
<style>
span { border-color: #1B4DFF; }
span { border-color: rgb(27,77,255); }
td.TdClassName
{
border-color: #1B4DFF;
}
.TagClassName
{
border-color: #1B4DFF;
}
</style>