Html Css Color HEX #1D49EF Royal Blue

📋 copy color: '#1D49EF'

red 29 ◦ green 73 ◦ blue 239

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

Shades of Royal Blue #1D49EF

Tints of Royal Blue #1D49EF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 239 (93.75% from 255) = 70.09%

R = 8.5%
G = 21.41%
B = 70.09%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D49EF (or 0x1D49EF) is known color: Royal Blue. HEX triplet: 1D, 49 and EF. RGB value is (29,73,239). Sum of RGB (Red+Green+Blue) = 29+73+239=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D49EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D49EF is #E2B610. Grayscale: #4E4E4E. Windows color (decimal): -14857745 or 15681821. OLE color: 15681821.

HSL color Cylindrical-coordinate representation of color #1D49EF: hue angle of 227.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D49EF is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 73 239 -
CMYK 0.88 0.69 0 0.06
HSL 227.43º 0.87% 0.53% -
HSV(B) 227.43º 0.88% 0.94% -
XYZ 18.47 11.26 82.86 -
YUV 78.77 218.42 92.5 -
System Red Green Blue C M Y K H S L
Decimal 29 73 239 0.88 0.69 0 0.06 227.43 0.87 0.53
Hex 1D 49 EF 58 45 0 6 E3 57 35
Octal 35 111 357 130 105 0 6 343 127 65
Binary 11101 1001001 11101111 1011000 1000101 0 110 11100011 1010111 110101

Color Harmonies of #1D49EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D49EF

Black with #1D49EF

Text Example


Text Example

White with #1D49EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,73,239); }

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

background-color css

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

 a { background-color: rgb(29,73,239); }

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

border-color css

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

 span { border-color: rgb(29,73,239); }

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