Html Css Color HEX #121ACD Medium Blue

📋 copy color: '#121ACD'

red 18 ◦ green 26 ◦ blue 205

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

Shades of Medium Blue #121ACD

Tints of Medium Blue #121ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 82.33%

R = 7.23%
G = 10.44%
B = 82.33%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#121ACD (or 0x121ACD) is known color: Medium Blue. HEX triplet: 12, 1A and CD. RGB value is (18,26,205). Sum of RGB (Red+Green+Blue) = 18+26+205=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #121ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ACD is #EDE532. Grayscale: #2B2B2B. Windows color (decimal): -15590707 or 13441554. OLE color: 13441554.

HSL color Cylindrical-coordinate representation of color #121ACD: hue angle of 237.43º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121ACD is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 26 205 -
CMYK 0.91 0.87 0 0.20
HSL 237.43º 0.84% 0.44% -
HSV(B) 237.43º 0.91% 0.8% -
XYZ 11.64 5.28 58.16 -
YUV 44.01 218.85 109.45 -
System Red Green Blue C M Y K H S L
Decimal 18 26 205 0.91 0.87 0 0.20 237.43 0.84 0.44
Hex 12 1A CD 5B 57 0 14 ED 54 2C
Octal 22 32 315 133 127 0 24 355 124 54
Binary 10010 11010 11001101 1011011 1010111 0 10100 11101101 1010100 101100

Color Harmonies of #121ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ACD

Black with #121ACD

Text Example


Text Example

White with #121ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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