Html Css Color HEX #1D0EDB Medium Blue

📋 copy color: '#1D0EDB'

red 29 ◦ green 14 ◦ blue 219

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

Shades of Medium Blue #1D0EDB

Tints of Medium Blue #1D0EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.34%

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

R = 11.07%
G = 5.34%
B = 83.59%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D0EDB (or 0x1D0EDB) is known color: Medium Blue. HEX triplet: 1D, 0E and DB. RGB value is (29,14,219). Sum of RGB (Red+Green+Blue) = 29+14+219=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D0EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0EDB is #E2F124. Grayscale: #292929. Windows color (decimal): -14872869 or 14355997. OLE color: 14355997.

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

Color convert

RGB 29 14 219 -
CMYK 0.87 0.94 0 0.14
HSL 244.39º 0.88% 0.46% -
HSV(B) 244.39º 0.94% 0.86% -
XYZ 13.45 5.69 67.41 -
YUV 41.86 227.97 118.83 -
System Red Green Blue C M Y K H S L
Decimal 29 14 219 0.87 0.94 0 0.14 244.39 0.88 0.46
Hex 1D E DB 57 5E 0 E F4 58 2E
Octal 35 16 333 127 136 0 16 364 130 56
Binary 11101 1110 11011011 1010111 1011110 0 1110 11110100 1011000 101110

Color Harmonies of #1D0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0EDB

Black with #1D0EDB

Text Example


Text Example

White with #1D0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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