Shades of Neon Blue #1D3AFA
Tints of Neon Blue #1D3AFA
RGB
CMYK
RGB Variations
Color information
#1D3AFA (or 0x1D3AFA) is known color: Neon Blue. HEX triplet: 1D, 3A and FA. RGB value is (29,58,250). Sum of RGB (Red+Green+Blue) = 29+58+250=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D3AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3AFA is #E2C505. Grayscale: #464646. Windows color (decimal): -14861574 or 16398877. OLE color: 16398877.
HSL color Cylindrical-coordinate representation of color #1D3AFA: hue angle of 232.13º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3AFA is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 58 | 250 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.02 |
| HSL | 232.13º | 0.96% | 0.55% | - |
| HSV(B) | 232.13º | 0.88% | 0.98% | - |
| XYZ | 19.28 | 10.19 | 91.39 | - |
| YUV | 71.22 | 228.89 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 250 | 0.88 | 0.77 | 0 | 0.02 | 232.13 | 0.96 | 0.55 |
| Hex | 1D | 3A | FA | 58 | 4D | 0 | 2 | E8 | 60 | 37 |
| Octal | 35 | 72 | 372 | 130 | 115 | 0 | 2 | 350 | 140 | 67 |
| Binary | 11101 | 111010 | 11111010 | 1011000 | 1001101 | 0 | 10 | 11101000 | 1100000 | 110111 |
Color Harmonies of #1D3AFA
Complementary color
Monochromatic Colors of #1D3AFA
Black with #1D3AFA
Text Example
Text Example
White with #1D3AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3AFA; }
p { color: rgb(29,58,250); }
H1.HeaderClassName
{
color: #1D3AFA;
}
.AnyTagClassName
{
color: #1D3AFA;
}
</style>
background-color css
<style>
a { background-color: #1D3AFA; }
a { background-color: rgb(29,58,250); }
div.DivClassName
{
background-color: #1D3AFA;
}
.BgClassName
{
background-color: #1D3AFA;
}
</style>
border-color css
<style>
span { border-color: #1D3AFA; }
span { border-color: rgb(29,58,250); }
td.TdClassName
{
border-color: #1D3AFA;
}
.TagClassName
{
border-color: #1D3AFA;
}
</style>