Shades of Neon Blue #1D3DF7
Tints of Neon Blue #1D3DF7
RGB
CMYK
RGB Variations
Color information
#1D3DF7 (or 0x1D3DF7) is known color: Neon Blue. HEX triplet: 1D, 3D and F7. RGB value is (29,61,247). Sum of RGB (Red+Green+Blue) = 29+61+247=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 247 (96.88% from 255 or 73.29% from 337); Max value from RGB is 247 - color contains mainly: blue. Hex color #1D3DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3DF7 is #E2C208. Grayscale: #474747. Windows color (decimal): -14860809 or 16203037. OLE color: 16203037.
HSL color Cylindrical-coordinate representation of color #1D3DF7: hue angle of 231.19º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3DF7 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 61 | 247 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.03 |
| HSL | 231.19º | 0.93% | 0.54% | - |
| HSV(B) | 231.19º | 0.88% | 0.97% | - |
| XYZ | 18.96 | 10.31 | 88.99 | - |
| YUV | 72.64 | 226.4 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 247 | 0.88 | 0.75 | 0 | 0.03 | 231.19 | 0.93 | 0.54 |
| Hex | 1D | 3D | F7 | 58 | 4B | 0 | 3 | E7 | 5D | 36 |
| Octal | 35 | 75 | 367 | 130 | 113 | 0 | 3 | 347 | 135 | 66 |
| Binary | 11101 | 111101 | 11110111 | 1011000 | 1001011 | 0 | 11 | 11100111 | 1011101 | 110110 |
Color Harmonies of #1D3DF7
Complementary color
Monochromatic Colors of #1D3DF7
Black with #1D3DF7
Text Example
Text Example
White with #1D3DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3DF7; }
p { color: rgb(29,61,247); }
H1.HeaderClassName
{
color: #1D3DF7;
}
.AnyTagClassName
{
color: #1D3DF7;
}
</style>
background-color css
<style>
a { background-color: #1D3DF7; }
a { background-color: rgb(29,61,247); }
div.DivClassName
{
background-color: #1D3DF7;
}
.BgClassName
{
background-color: #1D3DF7;
}
</style>
border-color css
<style>
span { border-color: #1D3DF7; }
span { border-color: rgb(29,61,247); }
td.TdClassName
{
border-color: #1D3DF7;
}
.TagClassName
{
border-color: #1D3DF7;
}
</style>