Html Css Color HEX #1D3DFD Neon Blue

📋 copy color: '#1D3DFD'

red 29 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #1D3DFD

Tints of Neon Blue #1D3DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 8.45%
G = 17.78%
B = 73.76%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D3DFD (or 0x1D3DFD) is known color: Neon Blue. HEX triplet: 1D, 3D and FD. RGB value is (29,61,253). Sum of RGB (Red+Green+Blue) = 29+61+253=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D3DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3DFD is #E2C202. Grayscale: #484848. Windows color (decimal): -14860803 or 16596253. OLE color: 16596253.

HSL color Cylindrical-coordinate representation of color #1D3DFD: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D3DFD is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 61 253 -
CMYK 0.89 0.76 0 0.01
HSL 231.43º 0.98% 0.55% -
HSV(B) 231.43º 0.89% 0.99% -
XYZ 19.91 10.69 93.94 -
YUV 73.32 229.4 96.39 -
System Red Green Blue C M Y K H S L
Decimal 29 61 253 0.89 0.76 0 0.01 231.43 0.98 0.55
Hex 1D 3D FD 59 4C 0 1 E7 62 37
Octal 35 75 375 131 114 0 1 347 142 67
Binary 11101 111101 11111101 1011001 1001100 0 1 11100111 1100010 110111

Color Harmonies of #1D3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3DFD

Black with #1D3DFD

Text Example


Text Example

White with #1D3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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