Html Css Color HEX #1D4AF3 Royal Blue

📋 copy color: '#1D4AF3'

red 29 ◦ green 74 ◦ blue 243

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

Shades of Royal Blue #1D4AF3

Tints of Royal Blue #1D4AF3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 243 (95.31% from 255) = 70.23%

R = 8.38%
G = 21.39%
B = 70.23%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1D4AF3 (or 0x1D4AF3) is known color: Royal Blue. HEX triplet: 1D, 4A and F3. RGB value is (29,74,243). Sum of RGB (Red+Green+Blue) = 29+74+243=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 243 (95.31% from 255 or 70.23% from 346); Max value from RGB is 243 - color contains mainly: blue. Hex color #1D4AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4AF3 is #E2B50C. Grayscale: #4F4F4F. Windows color (decimal): -14857485 or 15944221. OLE color: 15944221.

HSL color Cylindrical-coordinate representation of color #1D4AF3: hue angle of 227.38º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4AF3 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 74 243 -
CMYK 0.88 0.70 0 0.05
HSL 227.38º 0.9% 0.53% -
HSV(B) 227.38º 0.88% 0.95% -
XYZ 19.13 11.63 86.03 -
YUV 79.81 220.09 91.76 -
System Red Green Blue C M Y K H S L
Decimal 29 74 243 0.88 0.70 0 0.05 227.38 0.9 0.53
Hex 1D 4A F3 58 46 0 5 E3 5A 35
Octal 35 112 363 130 106 0 5 343 132 65
Binary 11101 1001010 11110011 1011000 1000110 0 101 11100011 1011010 110101

Color Harmonies of #1D4AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4AF3

Black with #1D4AF3

Text Example


Text Example

White with #1D4AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,74,243); }

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

background-color css

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

 a { background-color: rgb(29,74,243); }

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

border-color css

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

 span { border-color: rgb(29,74,243); }

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