Html Css Color HEX #121ADD Medium Blue

📋 copy color: '#121ADD'

red 18 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #121ADD

Tints of Medium Blue #121ADD

RGB

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

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

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

R = 6.79%
G = 9.81%
B = 83.4%

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

#121ADD (or 0x121ADD) is known color: Medium Blue. HEX triplet: 12, 1A and DD. RGB value is (18,26,221). Sum of RGB (Red+Green+Blue) = 18+26+221=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #121ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ADD is #EDE522. Grayscale: #2D2D2D. Windows color (decimal): -15590691 or 14490130. OLE color: 14490130.

HSL color Cylindrical-coordinate representation of color #121ADD: hue angle of 237.64º 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 #121ADD is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 26 221 -
CMYK 0.92 0.88 0 0.13
HSL 237.64º 0.85% 0.47% -
HSV(B) 237.64º 0.92% 0.87% -
XYZ 13.67 6.09 68.86 -
YUV 45.84 226.85 108.14 -
System Red Green Blue C M Y K H S L
Decimal 18 26 221 0.92 0.88 0 0.13 237.64 0.85 0.47
Hex 12 1A DD 5C 58 0 D EE 55 2F
Octal 22 32 335 134 130 0 15 356 125 57
Binary 10010 11010 11011101 1011100 1011000 0 1101 11101110 1010101 101111

Color Harmonies of #121ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ADD

Black with #121ADD

Text Example


Text Example

White with #121ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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