Html Css Color HEX #121CDB Medium Blue

📋 copy color: '#121CDB'

red 18 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #121CDB

Tints of Medium Blue #121CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 82.64%

R = 6.79%
G = 10.57%
B = 82.64%

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

#121CDB (or 0x121CDB) is known color: Medium Blue. HEX triplet: 12, 1C and DB. RGB value is (18,28,219). Sum of RGB (Red+Green+Blue) = 18+28+219=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #121CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CDB is #EDE324. Grayscale: #2E2E2E. Windows color (decimal): -15590181 or 14359570. OLE color: 14359570.

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

Color convert

RGB 18 28 219 -
CMYK 0.92 0.87 0 0.14
HSL 237.01º 0.85% 0.46% -
HSV(B) 237.01º 0.92% 0.86% -
XYZ 13.45 6.07 67.48 -
YUV 46.78 225.19 107.47 -
System Red Green Blue C M Y K H S L
Decimal 18 28 219 0.92 0.87 0 0.14 237.01 0.85 0.46
Hex 12 1C DB 5C 57 0 E ED 55 2E
Octal 22 34 333 134 127 0 16 355 125 56
Binary 10010 11100 11011011 1011100 1010111 0 1110 11101101 1010101 101110

Color Harmonies of #121CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CDB

Black with #121CDB

Text Example


Text Example

White with #121CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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