Html Css Color HEX #1D3EFA Neon Blue

📋 copy color: '#1D3EFA'

red 29 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #1D3EFA

Tints of Neon Blue #1D3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

 BLUE value IS 250 (98.05% from 255) = 73.31%

R = 8.5%
G = 18.18%
B = 73.31%

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

#1D3EFA (or 0x1D3EFA) is known color: Neon Blue. HEX triplet: 1D, 3E and FA. RGB value is (29,62,250). Sum of RGB (Red+Green+Blue) = 29+62+250=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D3EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3EFA is #E2C105. Grayscale: #484848. Windows color (decimal): -14860550 or 16399901. OLE color: 16399901.

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

Color convert

RGB 29 62 250 -
CMYK 0.88 0.75 0 0.02
HSL 231.04º 0.96% 0.55% -
HSV(B) 231.04º 0.88% 0.98% -
XYZ 19.48 10.61 91.46 -
YUV 73.57 227.57 96.21 -
System Red Green Blue C M Y K H S L
Decimal 29 62 250 0.88 0.75 0 0.02 231.04 0.96 0.55
Hex 1D 3E FA 58 4B 0 2 E7 60 37
Octal 35 76 372 130 113 0 2 347 140 67
Binary 11101 111110 11111010 1011000 1001011 0 10 11100111 1100000 110111

Color Harmonies of #1D3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3EFA

Black with #1D3EFA

Text Example


Text Example

White with #1D3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,62,250); }

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

background-color css

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

 a { background-color: rgb(29,62,250); }

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

border-color css

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

 span { border-color: rgb(29,62,250); }

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