Shades of Neon Blue #1B3FFB
Tints of Neon Blue #1B3FFB
RGB
CMYK
RGB Variations
Color information
#1B3FFB (or 0x1B3FFB) is known color: Neon Blue. HEX triplet: 1B, 3F and FB. RGB value is (27,63,251). Sum of RGB (Red+Green+Blue) = 27+63+251=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B3FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3FFB is #E4C004. Grayscale: #484848. Windows color (decimal): -14991365 or 16465691. OLE color: 16465691.
HSL color Cylindrical-coordinate representation of color #1B3FFB: hue angle of 230.36º 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 #1B3FFB is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 63 | 251 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.02 |
| HSL | 230.36º | 0.97% | 0.55% | - |
| HSV(B) | 230.36º | 0.89% | 0.98% | - |
| XYZ | 19.64 | 10.75 | 92.31 | - |
| YUV | 73.67 | 228.07 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 251 | 0.89 | 0.75 | 0 | 0.02 | 230.36 | 0.97 | 0.55 |
| Hex | 1B | 3F | FB | 59 | 4B | 0 | 2 | E6 | 61 | 37 |
| Octal | 33 | 77 | 373 | 131 | 113 | 0 | 2 | 346 | 141 | 67 |
| Binary | 11011 | 111111 | 11111011 | 1011001 | 1001011 | 0 | 10 | 11100110 | 1100001 | 110111 |
Color Harmonies of #1B3FFB
Complementary color
Monochromatic Colors of #1B3FFB
Black with #1B3FFB
Text Example
Text Example
White with #1B3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3FFB; }
p { color: rgb(27,63,251); }
H1.HeaderClassName
{
color: #1B3FFB;
}
.AnyTagClassName
{
color: #1B3FFB;
}
</style>
background-color css
<style>
a { background-color: #1B3FFB; }
a { background-color: rgb(27,63,251); }
div.DivClassName
{
background-color: #1B3FFB;
}
.BgClassName
{
background-color: #1B3FFB;
}
</style>
border-color css
<style>
span { border-color: #1B3FFB; }
span { border-color: rgb(27,63,251); }
td.TdClassName
{
border-color: #1B3FFB;
}
.TagClassName
{
border-color: #1B3FFB;
}
</style>