Html Css Color HEX #1D3FFD Neon Blue

📋 copy color: '#1D3FFD'

red 29 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #1D3FFD

Tints of Neon Blue #1D3FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

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

R = 8.41%
G = 18.26%
B = 73.33%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D3FFD (or 0x1D3FFD) is known color: Neon Blue. HEX triplet: 1D, 3F and FD. RGB value is (29,63,253). Sum of RGB (Red+Green+Blue) = 29+63+253=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D3FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3FFD is #E2C002. Grayscale: #494949. Windows color (decimal): -14860291 or 16596765. OLE color: 16596765.

HSL color Cylindrical-coordinate representation of color #1D3FFD: hue angle of 230.89º 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 #1D3FFD is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 63 253 -
CMYK 0.89 0.75 0 0.01
HSL 230.89º 0.98% 0.55% -
HSV(B) 230.89º 0.89% 0.99% -
XYZ 20.01 10.91 93.98 -
YUV 74.49 228.74 95.55 -
System Red Green Blue C M Y K H S L
Decimal 29 63 253 0.89 0.75 0 0.01 230.89 0.98 0.55
Hex 1D 3F FD 59 4B 0 1 E7 62 37
Octal 35 77 375 131 113 0 1 347 142 67
Binary 11101 111111 11111101 1011001 1001011 0 1 11100111 1100010 110111

Color Harmonies of #1D3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3FFD

Black with #1D3FFD

Text Example


Text Example

White with #1D3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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