Html Css Color HEX #121EDD Medium Blue

📋 copy color: '#121EDD'

red 18 ◦ green 30 ◦ blue 221

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

Shades of Medium Blue #121EDD

Tints of Medium Blue #121EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 82.16%

R = 6.69%
G = 11.15%
B = 82.16%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#121EDD (or 0x121EDD) is known color: Medium Blue. HEX triplet: 12, 1E and DD. RGB value is (18,30,221). Sum of RGB (Red+Green+Blue) = 18+30+221=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #121EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121EDD is #EDE122. Grayscale: #2F2F2F. Windows color (decimal): -15589667 or 14491154. OLE color: 14491154.

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

Color convert

RGB 18 30 221 -
CMYK 0.92 0.86 0 0.13
HSL 236.45º 0.85% 0.47% -
HSV(B) 236.45º 0.92% 0.87% -
XYZ 13.76 6.28 68.89 -
YUV 48.19 225.52 106.47 -
System Red Green Blue C M Y K H S L
Decimal 18 30 221 0.92 0.86 0 0.13 236.45 0.85 0.47
Hex 12 1E DD 5C 56 0 D EC 55 2F
Octal 22 36 335 134 126 0 15 354 125 57
Binary 10010 11110 11011101 1011100 1010110 0 1101 11101100 1010101 101111

Color Harmonies of #121EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EDD

Black with #121EDD

Text Example


Text Example

White with #121EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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