Html Css Color HEX #161ADD Medium Blue

📋 copy color: '#161ADD'

red 22 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #161ADD

Tints of Medium Blue #161ADD

RGB

 RED value IS 22 (8.98% from 255) = 8.18%

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

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

R = 8.18%
G = 9.67%
B = 82.16%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#161ADD (or 0x161ADD) is known color: Medium Blue. HEX triplet: 16, 1A and DD. RGB value is (22,26,221). Sum of RGB (Red+Green+Blue) = 22+26+221=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #161ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161ADD is #E9E522. Grayscale: #2E2E2E. Windows color (decimal): -15328547 or 14490134. OLE color: 14490134.

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

Color convert

RGB 22 26 221 -
CMYK 0.90 0.88 0 0.13
HSL 238.79º 0.82% 0.48% -
HSV(B) 238.79º 0.9% 0.87% -
XYZ 13.75 6.13 68.87 -
YUV 47.03 226.17 110.14 -
System Red Green Blue C M Y K H S L
Decimal 22 26 221 0.90 0.88 0 0.13 238.79 0.82 0.48
Hex 16 1A DD 5A 58 0 D EF 52 30
Octal 26 32 335 132 130 0 15 357 122 60
Binary 10110 11010 11011101 1011010 1011000 0 1101 11101111 1010010 110000

Color Harmonies of #161ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161ADD

Black with #161ADD

Text Example


Text Example

White with #161ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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