Html Css Color HEX #121EDB Medium Blue

📋 copy color: '#121EDB'

red 18 ◦ green 30 ◦ blue 219

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

Shades of Medium Blue #121EDB

Tints of Medium Blue #121EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

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

R = 6.74%
G = 11.24%
B = 82.02%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#121EDB (or 0x121EDB) is known color: Medium Blue. HEX triplet: 12, 1E and DB. RGB value is (18,30,219). Sum of RGB (Red+Green+Blue) = 18+30+219=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #121EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121EDB is #EDE124. Grayscale: #2F2F2F. Windows color (decimal): -15589669 or 14360082. OLE color: 14360082.

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

Color convert

RGB 18 30 219 -
CMYK 0.92 0.86 0 0.14
HSL 236.42º 0.85% 0.46% -
HSV(B) 236.42º 0.92% 0.86% -
XYZ 13.5 6.17 67.5 -
YUV 47.96 224.52 106.63 -
System Red Green Blue C M Y K H S L
Decimal 18 30 219 0.92 0.86 0 0.14 236.42 0.85 0.46
Hex 12 1E DB 5C 56 0 E EC 55 2E
Octal 22 36 333 134 126 0 16 354 125 56
Binary 10010 11110 11011011 1011100 1010110 0 1110 11101100 1010101 101110

Color Harmonies of #121EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EDB

Black with #121EDB

Text Example


Text Example

White with #121EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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