Html Css Color HEX #121CCD Medium Blue

📋 copy color: '#121CCD'

red 18 ◦ green 28 ◦ blue 205

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

Shades of Medium Blue #121CCD

Tints of Medium Blue #121CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

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

R = 7.17%
G = 11.16%
B = 81.67%

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

#121CCD (or 0x121CCD) is known color: Medium Blue. HEX triplet: 12, 1C and CD. RGB value is (18,28,205). Sum of RGB (Red+Green+Blue) = 18+28+205=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #121CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CCD is #EDE332. Grayscale: #2C2C2C. Windows color (decimal): -15590195 or 13442066. OLE color: 13442066.

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

Color convert

RGB 18 28 205 -
CMYK 0.91 0.86 0 0.20
HSL 236.79º 0.84% 0.44% -
HSV(B) 236.79º 0.91% 0.8% -
XYZ 11.68 5.37 58.18 -
YUV 45.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 18 28 205 0.91 0.86 0 0.20 236.79 0.84 0.44
Hex 12 1C CD 5B 56 0 14 ED 54 2C
Octal 22 34 315 133 126 0 24 355 124 54
Binary 10010 11100 11001101 1011011 1010110 0 10100 11101101 1010100 101100

Color Harmonies of #121CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CCD

Black with #121CCD

Text Example


Text Example

White with #121CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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