Html Css Color HEX #121FD9 Medium Blue

📋 copy color: '#121FD9'

red 18 ◦ green 31 ◦ blue 217

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

Shades of Medium Blue #121FD9

Tints of Medium Blue #121FD9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.65%

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

R = 6.77%
G = 11.65%
B = 81.58%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#121FD9 (or 0x121FD9) is known color: Medium Blue. HEX triplet: 12, 1F and D9. RGB value is (18,31,217). Sum of RGB (Red+Green+Blue) = 18+31+217=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 217 (85.16% from 255 or 81.58% from 266); Max value from RGB is 217 - color contains mainly: blue. Hex color #121FD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FD9 is #EDE026. Grayscale: #2F2F2F. Windows color (decimal): -15589415 or 14229266. OLE color: 14229266.

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

Color convert

RGB 18 31 217 -
CMYK 0.92 0.86 0 0.15
HSL 236.08º 0.85% 0.46% -
HSV(B) 236.08º 0.92% 0.85% -
XYZ 13.26 6.12 66.13 -
YUV 48.32 223.19 106.38 -
System Red Green Blue C M Y K H S L
Decimal 18 31 217 0.92 0.86 0 0.15 236.08 0.85 0.46
Hex 12 1F D9 5C 56 0 F EC 55 2E
Octal 22 37 331 134 126 0 17 354 125 56
Binary 10010 11111 11011001 1011100 1010110 0 1111 11101100 1010101 101110

Color Harmonies of #121FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FD9

Black with #121FD9

Text Example


Text Example

White with #121FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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