Html Css Color HEX #1D47FF Neon Blue

📋 copy color: '#1D47FF'

red 29 ◦ green 71 ◦ blue 255

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

Shades of Neon Blue #1D47FF

Tints of Neon Blue #1D47FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 255 (100% from 255) = 71.83%

R = 8.17%
G = 20%
B = 71.83%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1D47FF (or 0x1D47FF) is known color: Neon Blue. HEX triplet: 1D, 47 and FF. RGB value is (29,71,255). Sum of RGB (Red+Green+Blue) = 29+71+255=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D47FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D47FF is #E2B800. Grayscale: #4E4E4E. Windows color (decimal): -14858241 or 16729885. OLE color: 16729885.

HSL color Cylindrical-coordinate representation of color #1D47FF: hue angle of 228.85º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D47FF is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 29 71 255 -
CMYK 0.89 0.72 0 0
HSL 228.85º 1% 0.56% -
HSV(B) 228.85º 0.89% 1% -
XYZ 20.81 11.99 95.82 -
YUV 79.42 227.09 92.04 -
System Red Green Blue C M Y K H S L
Decimal 29 71 255 0.89 0.72 0 0 228.85 1 0.56
Hex 1D 47 FF 59 48 0 0 E5 64 38
Octal 35 107 377 131 110 0 0 345 144 70
Binary 11101 1000111 11111111 1011001 1001000 0 0 11100101 1100100 111000

Color Harmonies of #1D47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D47FF

Black with #1D47FF

Text Example


Text Example

White with #1D47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,71,255); }

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

background-color css

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

 a { background-color: rgb(29,71,255); }

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

border-color css

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

 span { border-color: rgb(29,71,255); }

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