Html Css Color HEX #181DD5 Medium Blue

📋 copy color: '#181DD5'

red 24 ◦ green 29 ◦ blue 213

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

Shades of Medium Blue #181DD5

Tints of Medium Blue #181DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 80.08%

R = 9.02%
G = 10.9%
B = 80.08%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#181DD5 (or 0x181DD5) is known color: Medium Blue. HEX triplet: 18, 1D and D5. RGB value is (24,29,213). Sum of RGB (Red+Green+Blue) = 24+29+213=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 213 (83.59% from 255 or 80.08% from 266); Max value from RGB is 213 - color contains mainly: blue. Hex color #181DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DD5 is #E7E22A. Grayscale: #2F2F2F. Windows color (decimal): -15196715 or 13966616. OLE color: 13966616.

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

Color convert

RGB 24 29 213 -
CMYK 0.89 0.86 0 0.16
HSL 238.41º 0.8% 0.46% -
HSV(B) 238.41º 0.89% 0.84% -
XYZ 12.83 5.88 63.41 -
YUV 48.48 220.84 110.54 -
System Red Green Blue C M Y K H S L
Decimal 24 29 213 0.89 0.86 0 0.16 238.41 0.8 0.46
Hex 18 1D D5 59 56 0 10 EE 50 2E
Octal 30 35 325 131 126 0 20 356 120 56
Binary 11000 11101 11010101 1011001 1010110 0 10000 11101110 1010000 101110

Color Harmonies of #181DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DD5

Black with #181DD5

Text Example


Text Example

White with #181DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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