Html Css Color HEX #1D3DF9 Neon Blue

📋 copy color: '#1D3DF9'

red 29 ◦ green 61 ◦ blue 249

#1D3DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #1D3DF9

Tints of Neon Blue #1D3DF9

RGB

 RED value IS 29 (11.72% from 255) = 8.55%

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 249 (97.66% from 255) = 73.45%

R = 8.55%
G = 17.99%
B = 73.45%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D3DF9 (or 0x1D3DF9) is known color: Neon Blue. HEX triplet: 1D, 3D and F9. RGB value is (29,61,249). Sum of RGB (Red+Green+Blue) = 29+61+249=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 249 (97.66% from 255 or 73.45% from 339); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D3DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3DF9 is #E2C206. Grayscale: #484848. Windows color (decimal): -14860807 or 16334109. OLE color: 16334109.

HSL color Cylindrical-coordinate representation of color #1D3DF9: hue angle of 231.27º degrees, saturation: 0.95, 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 #1D3DF9 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 61 249 -
CMYK 0.88 0.76 0 0.02
HSL 231.27º 0.95% 0.55% -
HSV(B) 231.27º 0.88% 0.98% -
XYZ 19.27 10.44 90.62 -
YUV 72.86 227.4 96.71 -
System Red Green Blue C M Y K H S L
Decimal 29 61 249 0.88 0.76 0 0.02 231.27 0.95 0.55
Hex 1D 3D F9 58 4C 0 2 E7 5F 37
Octal 35 75 371 130 114 0 2 347 137 67
Binary 11101 111101 11111001 1011000 1001100 0 10 11100111 1011111 110111

Color Harmonies of #1D3DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3DF9

Black with #1D3DF9

Text Example


Text Example

White with #1D3DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,61,249); }

 H1.HeaderClassName
 {
   color: #1D3DF9;
 }
 .AnyTagClassName
 {
   color: #1D3DF9;
 }
</style>

background-color css

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

 a { background-color: rgb(29,61,249); }

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

border-color css

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

 span { border-color: rgb(29,61,249); }

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