Html Css Color HEX #121DDA Medium Blue

📋 copy color: '#121DDA'

red 18 ◦ green 29 ◦ blue 218

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

Shades of Medium Blue #121DDA

Tints of Medium Blue #121DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 82.26%

R = 6.79%
G = 10.94%
B = 82.26%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#121DDA (or 0x121DDA) is known color: Medium Blue. HEX triplet: 12, 1D and DA. RGB value is (18,29,218). Sum of RGB (Red+Green+Blue) = 18+29+218=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #121DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DDA is #EDE225. Grayscale: #2E2E2E. Windows color (decimal): -15589926 or 14294290. OLE color: 14294290.

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

Color convert

RGB 18 29 218 -
CMYK 0.92 0.87 0 0.15
HSL 236.7º 0.85% 0.46% -
HSV(B) 236.7º 0.92% 0.85% -
XYZ 13.34 6.07 66.8 -
YUV 47.26 224.36 107.13 -
System Red Green Blue C M Y K H S L
Decimal 18 29 218 0.92 0.87 0 0.15 236.7 0.85 0.46
Hex 12 1D DA 5C 57 0 F ED 55 2E
Octal 22 35 332 134 127 0 17 355 125 56
Binary 10010 11101 11011010 1011100 1010111 0 1111 11101101 1010101 101110

Color Harmonies of #121DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DDA

Black with #121DDA

Text Example


Text Example

White with #121DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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