Html Css Color HEX #121DD7 Medium Blue

📋 copy color: '#121DD7'

red 18 ◦ green 29 ◦ blue 215

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

Shades of Medium Blue #121DD7

Tints of Medium Blue #121DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 82.06%

R = 6.87%
G = 11.07%
B = 82.06%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#121DD7 (or 0x121DD7) is known color: Medium Blue. HEX triplet: 12, 1D and D7. RGB value is (18,29,215). Sum of RGB (Red+Green+Blue) = 18+29+215=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 215 (84.38% from 255 or 82.06% from 262); Max value from RGB is 215 - color contains mainly: blue. Hex color #121DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DD7 is #EDE228. Grayscale: #2E2E2E. Windows color (decimal): -15589929 or 14097682. OLE color: 14097682.

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

Color convert

RGB 18 29 215 -
CMYK 0.92 0.87 0 0.16
HSL 236.65º 0.85% 0.46% -
HSV(B) 236.65º 0.92% 0.84% -
XYZ 12.95 5.91 64.75 -
YUV 46.92 222.86 107.38 -
System Red Green Blue C M Y K H S L
Decimal 18 29 215 0.92 0.87 0 0.16 236.65 0.85 0.46
Hex 12 1D D7 5C 57 0 10 ED 55 2E
Octal 22 35 327 134 127 0 20 355 125 56
Binary 10010 11101 11010111 1011100 1010111 0 10000 11101101 1010101 101110

Color Harmonies of #121DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DD7

Black with #121DD7

Text Example


Text Example

White with #121DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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