Shades of Neon Blue #1B3EFB
Tints of Neon Blue #1B3EFB
RGB
CMYK
RGB Variations
Color information
#1B3EFB (or 0x1B3EFB) is known color: Neon Blue. HEX triplet: 1B, 3E and FB. RGB value is (27,62,251). Sum of RGB (Red+Green+Blue) = 27+62+251=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B3EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3EFB is #E4C104. Grayscale: #484848. Windows color (decimal): -14991621 or 16465435. OLE color: 16465435.
HSL color Cylindrical-coordinate representation of color #1B3EFB: hue angle of 230.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B3EFB is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 62 | 251 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.02 |
| HSL | 230.63º | 0.97% | 0.55% | - |
| HSV(B) | 230.63º | 0.89% | 0.98% | - |
| XYZ | 19.59 | 10.64 | 92.29 | - |
| YUV | 73.08 | 228.4 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 251 | 0.89 | 0.75 | 0 | 0.02 | 230.63 | 0.97 | 0.55 |
| Hex | 1B | 3E | FB | 59 | 4B | 0 | 2 | E7 | 61 | 37 |
| Octal | 33 | 76 | 373 | 131 | 113 | 0 | 2 | 347 | 141 | 67 |
| Binary | 11011 | 111110 | 11111011 | 1011001 | 1001011 | 0 | 10 | 11100111 | 1100001 | 110111 |
Color Harmonies of #1B3EFB
Complementary color
Monochromatic Colors of #1B3EFB
Black with #1B3EFB
Text Example
Text Example
White with #1B3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3EFB; }
p { color: rgb(27,62,251); }
H1.HeaderClassName
{
color: #1B3EFB;
}
.AnyTagClassName
{
color: #1B3EFB;
}
</style>
background-color css
<style>
a { background-color: #1B3EFB; }
a { background-color: rgb(27,62,251); }
div.DivClassName
{
background-color: #1B3EFB;
}
.BgClassName
{
background-color: #1B3EFB;
}
</style>
border-color css
<style>
span { border-color: #1B3EFB; }
span { border-color: rgb(27,62,251); }
td.TdClassName
{
border-color: #1B3EFB;
}
.TagClassName
{
border-color: #1B3EFB;
}
</style>