Html Css Color HEX #121DCD Medium Blue

📋 copy color: '#121DCD'

red 18 ◦ green 29 ◦ blue 205

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

Shades of Medium Blue #121DCD

Tints of Medium Blue #121DCD

RGB

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

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

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

R = 7.14%
G = 11.51%
B = 81.35%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#121DCD (or 0x121DCD) is known color: Medium Blue. HEX triplet: 12, 1D and CD. RGB value is (18,29,205). Sum of RGB (Red+Green+Blue) = 18+29+205=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #121DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DCD is #EDE232. Grayscale: #2D2D2D. Windows color (decimal): -15589939 or 13442322. OLE color: 13442322.

HSL color Cylindrical-coordinate representation of color #121DCD: hue angle of 236.47º 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 #121DCD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 29 205 -
CMYK 0.91 0.86 0 0.20
HSL 236.47º 0.84% 0.44% -
HSV(B) 236.47º 0.91% 0.8% -
XYZ 11.71 5.42 58.19 -
YUV 45.78 217.86 108.19 -
System Red Green Blue C M Y K H S L
Decimal 18 29 205 0.91 0.86 0 0.20 236.47 0.84 0.44
Hex 12 1D CD 5B 56 0 14 EC 54 2C
Octal 22 35 315 133 126 0 24 354 124 54
Binary 10010 11101 11001101 1011011 1010110 0 10100 11101100 1010100 101100

Color Harmonies of #121DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DCD

Black with #121DCD

Text Example


Text Example

White with #121DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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