Shades of Neon Blue #1A3DFB
Tints of Neon Blue #1A3DFB
RGB
CMYK
RGB Variations
Color information
#1A3DFB (or 0x1A3DFB) is known color: Neon Blue. HEX triplet: 1A, 3D and FB. RGB value is (26,61,251). Sum of RGB (Red+Green+Blue) = 26+61+251=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A3DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3DFB is #E5C204. Grayscale: #474747. Windows color (decimal): -15057413 or 16465178. OLE color: 16465178.
HSL color Cylindrical-coordinate representation of color #1A3DFB: hue angle of 230.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A3DFB is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 61 | 251 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.02 |
| HSL | 230.67º | 0.97% | 0.54% | - |
| HSV(B) | 230.67º | 0.9% | 0.98% | - |
| XYZ | 19.51 | 10.52 | 92.27 | - |
| YUV | 72.2 | 228.9 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 251 | 0.90 | 0.76 | 0 | 0.02 | 230.67 | 0.97 | 0.54 |
| Hex | 1A | 3D | FB | 5A | 4C | 0 | 2 | E7 | 61 | 36 |
| Octal | 32 | 75 | 373 | 132 | 114 | 0 | 2 | 347 | 141 | 66 |
| Binary | 11010 | 111101 | 11111011 | 1011010 | 1001100 | 0 | 10 | 11100111 | 1100001 | 110110 |
Color Harmonies of #1A3DFB
Complementary color
Monochromatic Colors of #1A3DFB
Black with #1A3DFB
Text Example
Text Example
White with #1A3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3DFB; }
p { color: rgb(26,61,251); }
H1.HeaderClassName
{
color: #1A3DFB;
}
.AnyTagClassName
{
color: #1A3DFB;
}
</style>
background-color css
<style>
a { background-color: #1A3DFB; }
a { background-color: rgb(26,61,251); }
div.DivClassName
{
background-color: #1A3DFB;
}
.BgClassName
{
background-color: #1A3DFB;
}
</style>
border-color css
<style>
span { border-color: #1A3DFB; }
span { border-color: rgb(26,61,251); }
td.TdClassName
{
border-color: #1A3DFB;
}
.TagClassName
{
border-color: #1A3DFB;
}
</style>