Html Css Color HEX #121ADA Medium Blue

📋 copy color: '#121ADA'

red 18 ◦ green 26 ◦ blue 218

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

Shades of Medium Blue #121ADA

Tints of Medium Blue #121ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 83.21%

R = 6.87%
G = 9.92%
B = 83.21%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#121ADA (or 0x121ADA) is known color: Medium Blue. HEX triplet: 12, 1A and DA. RGB value is (18,26,218). Sum of RGB (Red+Green+Blue) = 18+26+218=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #121ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ADA is #EDE525. Grayscale: #2C2C2C. Windows color (decimal): -15590694 or 14293522. OLE color: 14293522.

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

Color convert

RGB 18 26 218 -
CMYK 0.92 0.88 0 0.15
HSL 237.6º 0.85% 0.46% -
HSV(B) 237.6º 0.92% 0.85% -
XYZ 13.27 5.93 66.77 -
YUV 45.5 225.35 108.39 -
System Red Green Blue C M Y K H S L
Decimal 18 26 218 0.92 0.88 0 0.15 237.6 0.85 0.46
Hex 12 1A DA 5C 58 0 F EE 55 2E
Octal 22 32 332 134 130 0 17 356 125 56
Binary 10010 11010 11011010 1011100 1011000 0 1111 11101110 1010101 101110

Color Harmonies of #121ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ADA

Black with #121ADA

Text Example


Text Example

White with #121ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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