Shades of Neon Blue #1A3BFF
Tints of Neon Blue #1A3BFF
RGB
CMYK
RGB Variations
Color information
#1A3BFF (or 0x1A3BFF) is known color: Neon Blue. HEX triplet: 1A, 3B and FF. RGB value is (26,59,255). Sum of RGB (Red+Green+Blue) = 26+59+255=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A3BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3BFF is #E5C400. Grayscale: #464646. Windows color (decimal): -15057921 or 16726810. OLE color: 16726810.
HSL color Cylindrical-coordinate representation of color #1A3BFF: hue angle of 231.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A3BFF is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 59 | 255 | - |
| CMYK | 0.90 | 0.77 | 0 | 0 |
| HSL | 231.35º | 1% | 0.55% | - |
| HSV(B) | 231.35º | 0.9% | 1% | - |
| XYZ | 20.04 | 10.57 | 95.59 | - |
| YUV | 71.48 | 231.57 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 255 | 0.90 | 0.77 | 0 | 0 | 231.35 | 1 | 0.55 |
| Hex | 1A | 3B | FF | 5A | 4D | 0 | 0 | E7 | 64 | 37 |
| Octal | 32 | 73 | 377 | 132 | 115 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11010 | 111011 | 11111111 | 1011010 | 1001101 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #1A3BFF
Complementary color
Monochromatic Colors of #1A3BFF
Black with #1A3BFF
Text Example
Text Example
White with #1A3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3BFF; }
p { color: rgb(26,59,255); }
H1.HeaderClassName
{
color: #1A3BFF;
}
.AnyTagClassName
{
color: #1A3BFF;
}
</style>
background-color css
<style>
a { background-color: #1A3BFF; }
a { background-color: rgb(26,59,255); }
div.DivClassName
{
background-color: #1A3BFF;
}
.BgClassName
{
background-color: #1A3BFF;
}
</style>
border-color css
<style>
span { border-color: #1A3BFF; }
span { border-color: rgb(26,59,255); }
td.TdClassName
{
border-color: #1A3BFF;
}
.TagClassName
{
border-color: #1A3BFF;
}
</style>