Html Css Color HEX #181ADD Medium Blue

📋 copy color: '#181ADD'

red 24 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #181ADD

Tints of Medium Blue #181ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 221 (86.72% from 255) = 81.55%

R = 8.86%
G = 9.59%
B = 81.55%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#181ADD (or 0x181ADD) is known color: Medium Blue. HEX triplet: 18, 1A and DD. RGB value is (24,26,221). Sum of RGB (Red+Green+Blue) = 24+26+221=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #181ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ADD is #E7E522. Grayscale: #2E2E2E. Windows color (decimal): -15197475 or 14490136. OLE color: 14490136.

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

Color convert

RGB 24 26 221 -
CMYK 0.89 0.88 0 0.13
HSL 239.39º 0.8% 0.48% -
HSV(B) 239.39º 0.89% 0.87% -
XYZ 13.8 6.15 68.87 -
YUV 47.63 225.84 111.14 -
System Red Green Blue C M Y K H S L
Decimal 24 26 221 0.89 0.88 0 0.13 239.39 0.8 0.48
Hex 18 1A DD 59 58 0 D EF 50 30
Octal 30 32 335 131 130 0 15 357 120 60
Binary 11000 11010 11011101 1011001 1011000 0 1101 11101111 1010000 110000

Color Harmonies of #181ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181ADD

Black with #181ADD

Text Example


Text Example

White with #181ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,26,221); }

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

background-color css

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

 a { background-color: rgb(24,26,221); }

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

border-color css

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

 span { border-color: rgb(24,26,221); }

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