#1D39FF

Color #1D39FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #1D39FF

Tints of Neon Blue #1D39FF

Color information

#1D39FF (or 0x1D39FF) is unknown color: approx Neon Blue. HEX triplet: 1D, 39 and FF. RGB value is (29,57,255). Sum of RGB (Red+Green+Blue) = 29+57+255=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D39FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D39FF is #E2C600. Grayscale: #464646. Windows color (decimal): -14861825 or 16726301. OLE color: 16726301.

HSL color Cylindrical-coordinate representation of color #1D39FF: hue angle of 232.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D39FF is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2957255-
CMYK0.890.7800
HSL232.57º100%55.69%-
HSV(B)232.57º88.63%100%-
XYZ20.0210.4195.56-
YUV71.2231.7297.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 8.50%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 255 (100% from 255) = 74.78%
R=8.50%
G=16.72%
B=74.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal29572550.890.7800232.5710055.69
Hex1D39FF594E00e96438
Octal35713771311160035114470
Binary11101111001111111111011001100111000111010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D39FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D39FF; }

 p { color: rgb(29,57,255); }

 H1.HeaderClassName
 {
   color: #1D39FF;
 }
 .AnyTagClassName
 {
   color: #1D39FF;
 }
</style>
background-color css

<style>
 a { background-color: #1D39FF; }

 a { background-color: rgb(29,57,255); }

 div.DivClassName
 {
   background-color: #1D39FF;
 }
 .BgClassName
 {
   background-color: #1D39FF;
 }
</style>
border-color css

<style>
 span { border-color: #1D39FF; }

 span { border-color: rgb(29,57,255); }

 td.TdClassName
 {
   border-color: #1D39FF;
 }
 .TagClassName
 {
   border-color: #1D39FF;
 }
</style>