Html Css Color HEX #1D4DFB Neon Blue

📋 copy color: '#1D4DFB'

red 29 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #1D4DFB

Tints of Neon Blue #1D4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 251 (98.44% from 255) = 70.31%

R = 8.12%
G = 21.57%
B = 70.31%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D4DFB (or 0x1D4DFB) is known color: Neon Blue. HEX triplet: 1D, 4D and FB. RGB value is (29,77,251). Sum of RGB (Red+Green+Blue) = 29+77+251=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D4DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4DFB is #E2B204. Grayscale: #515151. Windows color (decimal): -14856709 or 16469277. OLE color: 16469277.

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

Color convert

RGB 29 77 251 -
CMYK 0.88 0.69 0 0.02
HSL 227.03º 0.97% 0.55% -
HSV(B) 227.03º 0.88% 0.98% -
XYZ 20.57 12.53 92.6 -
YUV 82.48 223.1 89.85 -
System Red Green Blue C M Y K H S L
Decimal 29 77 251 0.88 0.69 0 0.02 227.03 0.97 0.55
Hex 1D 4D FB 58 45 0 2 E3 61 37
Octal 35 115 373 130 105 0 2 343 141 67
Binary 11101 1001101 11111011 1011000 1000101 0 10 11100011 1100001 110111

Color Harmonies of #1D4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4DFB

Black with #1D4DFB

Text Example


Text Example

White with #1D4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,77,251); }

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

background-color css

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

 a { background-color: rgb(29,77,251); }

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

border-color css

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

 span { border-color: rgb(29,77,251); }

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