Shades of Neon Blue #1A3DF5
Tints of Neon Blue #1A3DF5
RGB
CMYK
RGB Variations
Color information
#1A3DF5 (or 0x1A3DF5) is known color: Neon Blue. HEX triplet: 1A, 3D and F5. RGB value is (26,61,245). Sum of RGB (Red+Green+Blue) = 26+61+245=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 245 (96.09% from 255 or 73.80% from 332); Max value from RGB is 245 - color contains mainly: blue. Hex color #1A3DF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3DF5 is #E5C20A. Grayscale: #464646. Windows color (decimal): -15057419 or 16071962. OLE color: 16071962.
HSL color Cylindrical-coordinate representation of color #1A3DF5: hue angle of 230.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A3DF5 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 61 | 245 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.04 |
| HSL | 230.41º | 0.92% | 0.53% | - |
| HSV(B) | 230.41º | 0.89% | 0.96% | - |
| XYZ | 18.58 | 10.15 | 87.37 | - |
| YUV | 71.51 | 225.9 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 245 | 0.89 | 0.75 | 0 | 0.04 | 230.41 | 0.92 | 0.53 |
| Hex | 1A | 3D | F5 | 59 | 4B | 0 | 4 | E6 | 5C | 35 |
| Octal | 32 | 75 | 365 | 131 | 113 | 0 | 4 | 346 | 134 | 65 |
| Binary | 11010 | 111101 | 11110101 | 1011001 | 1001011 | 0 | 100 | 11100110 | 1011100 | 110101 |
Color Harmonies of #1A3DF5
Complementary color
Monochromatic Colors of #1A3DF5
Black with #1A3DF5
Text Example
Text Example
White with #1A3DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3DF5; }
p { color: rgb(26,61,245); }
H1.HeaderClassName
{
color: #1A3DF5;
}
.AnyTagClassName
{
color: #1A3DF5;
}
</style>
background-color css
<style>
a { background-color: #1A3DF5; }
a { background-color: rgb(26,61,245); }
div.DivClassName
{
background-color: #1A3DF5;
}
.BgClassName
{
background-color: #1A3DF5;
}
</style>
border-color css
<style>
span { border-color: #1A3DF5; }
span { border-color: rgb(26,61,245); }
td.TdClassName
{
border-color: #1A3DF5;
}
.TagClassName
{
border-color: #1A3DF5;
}
</style>