Html Css Color HEX #1D1DDB Medium Blue

📋 copy color: '#1D1DDB'

red 29 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #1D1DDB

Tints of Medium Blue #1D1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

 BLUE value IS 219 (85.94% from 255) = 79.06%

R = 10.47%
G = 10.47%
B = 79.06%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D1DDB (or 0x1D1DDB) is known color: Medium Blue. HEX triplet: 1D, 1D and DB. RGB value is (29,29,219). Sum of RGB (Red+Green+Blue) = 29+29+219=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D1DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1DDB is #E2E224. Grayscale: #313131. Windows color (decimal): -14869029 or 14359837. OLE color: 14359837.

HSL color Cylindrical-coordinate representation of color #1D1DDB: hue angle of 240º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1DDB is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 29 219 -
CMYK 0.87 0.87 0 0.14
HSL 240º 0.77% 0.49% -
HSV(B) 240º 0.87% 0.86% -
XYZ 13.73 6.25 67.5 -
YUV 50.66 223 112.55 -
System Red Green Blue C M Y K H S L
Decimal 29 29 219 0.87 0.87 0 0.14 240 0.77 0.49
Hex 1D 1D DB 57 57 0 E F0 4D 31
Octal 35 35 333 127 127 0 16 360 115 61
Binary 11101 11101 11011011 1010111 1010111 0 1110 11110000 1001101 110001

Color Harmonies of #1D1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1DDB

Black with #1D1DDB

Text Example


Text Example

White with #1D1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,29,219); }

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

background-color css

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

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

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

border-color css

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

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

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