Html Css Color HEX #121DDC Medium Blue

📋 copy color: '#121DDC'

red 18 ◦ green 29 ◦ blue 220

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

Shades of Medium Blue #121DDC

Tints of Medium Blue #121DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 220 (86.33% from 255) = 82.4%

R = 6.74%
G = 10.86%
B = 82.4%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#121DDC (or 0x121DDC) is known color: Medium Blue. HEX triplet: 12, 1D and DC. RGB value is (18,29,220). Sum of RGB (Red+Green+Blue) = 18+29+220=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #121DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DDC is #EDE223. Grayscale: #2E2E2E. Windows color (decimal): -15589924 or 14425362. OLE color: 14425362.

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

Color convert

RGB 18 29 220 -
CMYK 0.92 0.87 0 0.14
HSL 236.73º 0.85% 0.47% -
HSV(B) 236.73º 0.92% 0.86% -
XYZ 13.61 6.17 68.18 -
YUV 47.49 225.36 106.97 -
System Red Green Blue C M Y K H S L
Decimal 18 29 220 0.92 0.87 0 0.14 236.73 0.85 0.47
Hex 12 1D DC 5C 57 0 E ED 55 2F
Octal 22 35 334 134 127 0 16 355 125 57
Binary 10010 11101 11011100 1011100 1010111 0 1110 11101101 1010101 101111

Color Harmonies of #121DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DDC

Black with #121DDC

Text Example


Text Example

White with #121DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,220); }

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

background-color css

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

 a { background-color: rgb(18,29,220); }

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

border-color css

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

 span { border-color: rgb(18,29,220); }

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