Html Css Color HEX #121ADE Medium Blue

📋 copy color: '#121ADE'

red 18 ◦ green 26 ◦ blue 222

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

Shades of Medium Blue #121ADE

Tints of Medium Blue #121ADE

RGB

 RED value IS 18 (7.42% from 255) = 6.77%

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

 BLUE value IS 222 (87.11% from 255) = 83.46%

R = 6.77%
G = 9.77%
B = 83.46%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#121ADE (or 0x121ADE) is known color: Medium Blue. HEX triplet: 12, 1A and DE. RGB value is (18,26,222). Sum of RGB (Red+Green+Blue) = 18+26+222=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #121ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ADE is #EDE521. Grayscale: #2D2D2D. Windows color (decimal): -15590690 or 14555666. OLE color: 14555666.

HSL color Cylindrical-coordinate representation of color #121ADE: hue angle of 237.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121ADE is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 26 222 -
CMYK 0.92 0.88 0 0.13
HSL 237.65º 0.85% 0.47% -
HSV(B) 237.65º 0.92% 0.87% -
XYZ 13.8 6.14 69.57 -
YUV 45.95 227.35 108.06 -
System Red Green Blue C M Y K H S L
Decimal 18 26 222 0.92 0.88 0 0.13 237.65 0.85 0.47
Hex 12 1A DE 5C 58 0 D EE 55 2F
Octal 22 32 336 134 130 0 15 356 125 57
Binary 10010 11010 11011110 1011100 1011000 0 1101 11101110 1010101 101111

Color Harmonies of #121ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ADE

Black with #121ADE

Text Example


Text Example

White with #121ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121ADE; }

 p { color: rgb(18,26,222); }

 H1.HeaderClassName
 {
   color: #121ADE;
 }
 .AnyTagClassName
 {
   color: #121ADE;
 }
</style>

background-color css

<style>
 a { background-color: #121ADE; }

 a { background-color: rgb(18,26,222); }

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

border-color css

<style>
 span { border-color: #121ADE; }

 span { border-color: rgb(18,26,222); }

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