Html Css Color HEX #121AD7 Medium Blue

📋 copy color: '#121AD7'

red 18 ◦ green 26 ◦ blue 215

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

Shades of Medium Blue #121AD7

Tints of Medium Blue #121AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 83.01%

R = 6.95%
G = 10.04%
B = 83.01%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#121AD7 (or 0x121AD7) is known color: Medium Blue. HEX triplet: 12, 1A and D7. RGB value is (18,26,215). Sum of RGB (Red+Green+Blue) = 18+26+215=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 215 (84.38% from 255 or 83.01% from 259); Max value from RGB is 215 - color contains mainly: blue. Hex color #121AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AD7 is #EDE528. Grayscale: #2C2C2C. Windows color (decimal): -15590697 or 14096914. OLE color: 14096914.

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

Color convert

RGB 18 26 215 -
CMYK 0.92 0.88 0 0.16
HSL 237.56º 0.85% 0.46% -
HSV(B) 237.56º 0.92% 0.84% -
XYZ 12.88 5.77 64.73 -
YUV 45.15 223.85 108.63 -
System Red Green Blue C M Y K H S L
Decimal 18 26 215 0.92 0.88 0 0.16 237.56 0.85 0.46
Hex 12 1A D7 5C 58 0 10 EE 55 2E
Octal 22 32 327 134 130 0 20 356 125 56
Binary 10010 11010 11010111 1011100 1011000 0 10000 11101110 1010101 101110

Color Harmonies of #121AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AD7

Black with #121AD7

Text Example


Text Example

White with #121AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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