Html Css Color HEX #181DDB Medium Blue

📋 copy color: '#181DDB'

red 24 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #181DDB

Tints of Medium Blue #181DDB

RGB

 RED value IS 24 (9.77% from 255) = 8.82%

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

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

R = 8.82%
G = 10.66%
B = 80.51%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#181DDB (or 0x181DDB) is known color: Medium Blue. HEX triplet: 18, 1D and DB. RGB value is (24,29,219). Sum of RGB (Red+Green+Blue) = 24+29+219=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #181DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DDB is #E7E224. Grayscale: #303030. Windows color (decimal): -15196709 or 14359832. OLE color: 14359832.

HSL color Cylindrical-coordinate representation of color #181DDB: hue angle of 238.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181DDB is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 29 219 -
CMYK 0.89 0.87 0 0.14
HSL 238.46º 0.8% 0.48% -
HSV(B) 238.46º 0.89% 0.86% -
XYZ 13.6 6.19 67.5 -
YUV 49.17 223.84 110.05 -
System Red Green Blue C M Y K H S L
Decimal 24 29 219 0.89 0.87 0 0.14 238.46 0.8 0.48
Hex 18 1D DB 59 57 0 E EE 50 30
Octal 30 35 333 131 127 0 16 356 120 60
Binary 11000 11101 11011011 1011001 1010111 0 1110 11101110 1010000 110000

Color Harmonies of #181DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DDB

Black with #181DDB

Text Example


Text Example

White with #181DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181DDB; }

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

 H1.HeaderClassName
 {
   color: #181DDB;
 }
 .AnyTagClassName
 {
   color: #181DDB;
 }
</style>

background-color css

<style>
 a { background-color: #181DDB; }

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

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

border-color css

<style>
 span { border-color: #181DDB; }

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

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