Html Css Color HEX #121CD9 Medium Blue

📋 copy color: '#121CD9'

red 18 ◦ green 28 ◦ blue 217

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

Shades of Medium Blue #121CD9

Tints of Medium Blue #121CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 82.51%

R = 6.84%
G = 10.65%
B = 82.51%

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

#121CD9 (or 0x121CD9) is known color: Medium Blue. HEX triplet: 12, 1C and D9. RGB value is (18,28,217). Sum of RGB (Red+Green+Blue) = 18+28+217=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 217 (85.16% from 255 or 82.51% from 263); Max value from RGB is 217 - color contains mainly: blue. Hex color #121CD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CD9 is #EDE326. Grayscale: #2D2D2D. Windows color (decimal): -15590183 or 14228498. OLE color: 14228498.

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

Color convert

RGB 18 28 217 -
CMYK 0.92 0.87 0 0.15
HSL 236.98º 0.85% 0.46% -
HSV(B) 236.98º 0.92% 0.85% -
XYZ 13.19 5.97 66.1 -
YUV 46.56 224.19 107.63 -
System Red Green Blue C M Y K H S L
Decimal 18 28 217 0.92 0.87 0 0.15 236.98 0.85 0.46
Hex 12 1C D9 5C 57 0 F ED 55 2E
Octal 22 34 331 134 127 0 17 355 125 56
Binary 10010 11100 11011001 1011100 1010111 0 1111 11101101 1010101 101110

Color Harmonies of #121CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CD9

Black with #121CD9

Text Example


Text Example

White with #121CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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