Html Css Color HEX #1D3FF9 Neon Blue

📋 copy color: '#1D3FF9'

red 29 ◦ green 63 ◦ blue 249

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

Shades of Neon Blue #1D3FF9

Tints of Neon Blue #1D3FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 73.02%

R = 8.5%
G = 18.48%
B = 73.02%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D3FF9 (or 0x1D3FF9) is known color: Neon Blue. HEX triplet: 1D, 3F and F9. RGB value is (29,63,249). Sum of RGB (Red+Green+Blue) = 29+63+249=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 249 (97.66% from 255 or 73.02% from 341); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D3FF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3FF9 is #E2C006. Grayscale: #494949. Windows color (decimal): -14860295 or 16334621. OLE color: 16334621.

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

Color convert

RGB 29 63 249 -
CMYK 0.88 0.75 0 0.02
HSL 230.73º 0.95% 0.55% -
HSV(B) 230.73º 0.88% 0.98% -
XYZ 19.38 10.66 90.66 -
YUV 74.04 226.74 95.88 -
System Red Green Blue C M Y K H S L
Decimal 29 63 249 0.88 0.75 0 0.02 230.73 0.95 0.55
Hex 1D 3F F9 58 4B 0 2 E7 5F 37
Octal 35 77 371 130 113 0 2 347 137 67
Binary 11101 111111 11111001 1011000 1001011 0 10 11100111 1011111 110111

Color Harmonies of #1D3FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3FF9

Black with #1D3FF9

Text Example


Text Example

White with #1D3FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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