Shades of Neon Blue #1B4BFF
Tints of Neon Blue #1B4BFF
RGB
CMYK
RGB Variations
Color information
#1B4BFF (or 0x1B4BFF) is known color: Neon Blue. HEX triplet: 1B, 4B and FF. RGB value is (27,75,255). Sum of RGB (Red+Green+Blue) = 27+75+255=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B4BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B4BFF is #E4B400. Grayscale: #505050. Windows color (decimal): -14988289 or 16730907. OLE color: 16730907.
HSL color Cylindrical-coordinate representation of color #1B4BFF: hue angle of 227.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 #1B4BFF is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 75 | 255 | - |
| CMYK | 0.89 | 0.71 | 0 | 0 |
| HSL | 227.37º | 1% | 0.55% | - |
| HSV(B) | 227.37º | 0.89% | 1% | - |
| XYZ | 21.02 | 12.49 | 95.91 | - |
| YUV | 81.17 | 226.1 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 255 | 0.89 | 0.71 | 0 | 0 | 227.37 | 1 | 0.55 |
| Hex | 1B | 4B | FF | 59 | 47 | 0 | 0 | E3 | 64 | 37 |
| Octal | 33 | 113 | 377 | 131 | 107 | 0 | 0 | 343 | 144 | 67 |
| Binary | 11011 | 1001011 | 11111111 | 1011001 | 1000111 | 0 | 0 | 11100011 | 1100100 | 110111 |
Color Harmonies of #1B4BFF
Complementary color
Monochromatic Colors of #1B4BFF
Black with #1B4BFF
Text Example
Text Example
White with #1B4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4BFF; }
p { color: rgb(27,75,255); }
H1.HeaderClassName
{
color: #1B4BFF;
}
.AnyTagClassName
{
color: #1B4BFF;
}
</style>
background-color css
<style>
a { background-color: #1B4BFF; }
a { background-color: rgb(27,75,255); }
div.DivClassName
{
background-color: #1B4BFF;
}
.BgClassName
{
background-color: #1B4BFF;
}
</style>
border-color css
<style>
span { border-color: #1B4BFF; }
span { border-color: rgb(27,75,255); }
td.TdClassName
{
border-color: #1B4BFF;
}
.TagClassName
{
border-color: #1B4BFF;
}
</style>