Shades of Neon Blue #1D3DF8
Tints of Neon Blue #1D3DF8
RGB
CMYK
RGB Variations
Color information
#1D3DF8 (or 0x1D3DF8) is known color: Neon Blue. HEX triplet: 1D, 3D and F8. RGB value is (29,61,248). Sum of RGB (Red+Green+Blue) = 29+61+248=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 248 (97.27% from 255 or 73.37% from 338); Max value from RGB is 248 - color contains mainly: blue. Hex color #1D3DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3DF8 is #E2C207. Grayscale: #474747. Windows color (decimal): -14860808 or 16268573. OLE color: 16268573.
HSL color Cylindrical-coordinate representation of color #1D3DF8: hue angle of 231.23º degrees, saturation: 0.94, 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 #1D3DF8 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 61 | 248 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.03 |
| HSL | 231.23º | 0.94% | 0.54% | - |
| HSV(B) | 231.23º | 0.88% | 0.97% | - |
| XYZ | 19.12 | 10.38 | 89.8 | - |
| YUV | 72.75 | 226.9 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 248 | 0.88 | 0.75 | 0 | 0.03 | 231.23 | 0.94 | 0.54 |
| Hex | 1D | 3D | F8 | 58 | 4B | 0 | 3 | E7 | 5E | 36 |
| Octal | 35 | 75 | 370 | 130 | 113 | 0 | 3 | 347 | 136 | 66 |
| Binary | 11101 | 111101 | 11111000 | 1011000 | 1001011 | 0 | 11 | 11100111 | 1011110 | 110110 |
Color Harmonies of #1D3DF8
Complementary color
Monochromatic Colors of #1D3DF8
Black with #1D3DF8
Text Example
Text Example
White with #1D3DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3DF8; }
p { color: rgb(29,61,248); }
H1.HeaderClassName
{
color: #1D3DF8;
}
.AnyTagClassName
{
color: #1D3DF8;
}
</style>
background-color css
<style>
a { background-color: #1D3DF8; }
a { background-color: rgb(29,61,248); }
div.DivClassName
{
background-color: #1D3DF8;
}
.BgClassName
{
background-color: #1D3DF8;
}
</style>
border-color css
<style>
span { border-color: #1D3DF8; }
span { border-color: rgb(29,61,248); }
td.TdClassName
{
border-color: #1D3DF8;
}
.TagClassName
{
border-color: #1D3DF8;
}
</style>