Html Css Color HEX #1D37FD Neon Blue

📋 copy color: '#1D37FD'

red 29 ◦ green 55 ◦ blue 253

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

Shades of Neon Blue #1D37FD

Tints of Neon Blue #1D37FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

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

R = 8.61%
G = 16.32%
B = 75.07%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D37FD (or 0x1D37FD) is known color: Neon Blue. HEX triplet: 1D, 37 and FD. RGB value is (29,55,253). Sum of RGB (Red+Green+Blue) = 29+55+253=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D37FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D37FD is #E2C802. Grayscale: #444444. Windows color (decimal): -14862339 or 16594717. OLE color: 16594717.

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

Color convert

RGB 29 55 253 -
CMYK 0.89 0.78 0 0.01
HSL 233.04º 0.98% 0.55% -
HSV(B) 233.04º 0.89% 0.99% -
XYZ 19.6 10.09 93.84 -
YUV 69.8 231.39 98.9 -
System Red Green Blue C M Y K H S L
Decimal 29 55 253 0.89 0.78 0 0.01 233.04 0.98 0.55
Hex 1D 37 FD 59 4E 0 1 E9 62 37
Octal 35 67 375 131 116 0 1 351 142 67
Binary 11101 110111 11111101 1011001 1001110 0 1 11101001 1100010 110111

Color Harmonies of #1D37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D37FD

Black with #1D37FD

Text Example


Text Example

White with #1D37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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