Html Css Color HEX #1D3AFD Neon Blue

📋 copy color: '#1D3AFD'

red 29 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #1D3AFD

Tints of Neon Blue #1D3AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.06%

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

R = 8.53%
G = 17.06%
B = 74.41%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D3AFD (or 0x1D3AFD) is known color: Neon Blue. HEX triplet: 1D, 3A and FD. RGB value is (29,58,253). Sum of RGB (Red+Green+Blue) = 29+58+253=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D3AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3AFD is #E2C502. Grayscale: #464646. Windows color (decimal): -14861571 or 16595485. OLE color: 16595485.

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

Color convert

RGB 29 58 253 -
CMYK 0.89 0.77 0 0.01
HSL 232.23º 0.98% 0.55% -
HSV(B) 232.23º 0.89% 0.99% -
XYZ 19.75 10.38 93.89 -
YUV 71.56 230.39 97.64 -
System Red Green Blue C M Y K H S L
Decimal 29 58 253 0.89 0.77 0 0.01 232.23 0.98 0.55
Hex 1D 3A FD 59 4D 0 1 E8 62 37
Octal 35 72 375 131 115 0 1 350 142 67
Binary 11101 111010 11111101 1011001 1001101 0 1 11101000 1100010 110111

Color Harmonies of #1D3AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3AFD

Black with #1D3AFD

Text Example


Text Example

White with #1D3AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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