Shades of Neon Blue #1B33FF
Tints of Neon Blue #1B33FF
RGB
CMYK
RGB Variations
Color information
#1B33FF (or 0x1B33FF) is known color: Neon Blue. HEX triplet: 1B, 33 and FF. RGB value is (27,51,255). Sum of RGB (Red+Green+Blue) = 27+51+255=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B33FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B33FF is #E4CC00. Grayscale: #424242. Windows color (decimal): -14994433 or 16724763. OLE color: 16724763.
HSL color Cylindrical-coordinate representation of color #1B33FF: hue angle of 233.68º 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 #1B33FF is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 51 | 255 | - |
| CMYK | 0.89 | 0.8 | 0 | 0 |
| HSL | 233.68º | 1% | 0.55% | - |
| HSV(B) | 233.68º | 0.89% | 1% | - |
| XYZ | 19.69 | 9.82 | 95.47 | - |
| YUV | 67.08 | 234.05 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 255 | 0.89 | 0.8 | 0 | 0 | 233.68 | 1 | 0.55 |
| Hex | 1B | 33 | FF | 59 | 50 | 0 | 0 | EA | 64 | 37 |
| Octal | 33 | 63 | 377 | 131 | 120 | 0 | 0 | 352 | 144 | 67 |
| Binary | 11011 | 110011 | 11111111 | 1011001 | 1010000 | 0 | 0 | 11101010 | 1100100 | 110111 |
Color Harmonies of #1B33FF
Complementary color
Monochromatic Colors of #1B33FF
Black with #1B33FF
Text Example
Text Example
White with #1B33FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B33FF; }
p { color: rgb(27,51,255); }
H1.HeaderClassName
{
color: #1B33FF;
}
.AnyTagClassName
{
color: #1B33FF;
}
</style>
background-color css
<style>
a { background-color: #1B33FF; }
a { background-color: rgb(27,51,255); }
div.DivClassName
{
background-color: #1B33FF;
}
.BgClassName
{
background-color: #1B33FF;
}
</style>
border-color css
<style>
span { border-color: #1B33FF; }
span { border-color: rgb(27,51,255); }
td.TdClassName
{
border-color: #1B33FF;
}
.TagClassName
{
border-color: #1B33FF;
}
</style>