Shades of Neon Blue #1D3BFD
Tints of Neon Blue #1D3BFD
RGB
CMYK
RGB Variations
Color information
#1D3BFD (or 0x1D3BFD) is known color: Neon Blue. HEX triplet: 1D, 3B and FD. RGB value is (29,59,253). Sum of RGB (Red+Green+Blue) = 29+59+253=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D3BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3BFD is #E2C402. Grayscale: #474747. Windows color (decimal): -14861315 or 16595741. OLE color: 16595741.
HSL color Cylindrical-coordinate representation of color #1D3BFD: hue angle of 231.96º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D3BFD is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 59 | 253 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.01 |
| HSL | 231.96º | 0.98% | 0.55% | - |
| HSV(B) | 231.96º | 0.89% | 0.99% | - |
| XYZ | 19.8 | 10.48 | 93.91 | - |
| YUV | 72.15 | 230.06 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 253 | 0.89 | 0.77 | 0 | 0.01 | 231.96 | 0.98 | 0.55 |
| Hex | 1D | 3B | FD | 59 | 4D | 0 | 1 | E8 | 62 | 37 |
| Octal | 35 | 73 | 375 | 131 | 115 | 0 | 1 | 350 | 142 | 67 |
| Binary | 11101 | 111011 | 11111101 | 1011001 | 1001101 | 0 | 1 | 11101000 | 1100010 | 110111 |
Color Harmonies of #1D3BFD
Complementary color
Monochromatic Colors of #1D3BFD
Black with #1D3BFD
Text Example
Text Example
White with #1D3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3BFD; }
p { color: rgb(29,59,253); }
H1.HeaderClassName
{
color: #1D3BFD;
}
.AnyTagClassName
{
color: #1D3BFD;
}
</style>
background-color css
<style>
a { background-color: #1D3BFD; }
a { background-color: rgb(29,59,253); }
div.DivClassName
{
background-color: #1D3BFD;
}
.BgClassName
{
background-color: #1D3BFD;
}
</style>
border-color css
<style>
span { border-color: #1D3BFD; }
span { border-color: rgb(29,59,253); }
td.TdClassName
{
border-color: #1D3BFD;
}
.TagClassName
{
border-color: #1D3BFD;
}
</style>