Html Css Color HEX #121DCF Medium Blue

📋 copy color: '#121DCF'

red 18 ◦ green 29 ◦ blue 207

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

Shades of Medium Blue #121DCF

Tints of Medium Blue #121DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 81.5%

R = 7.09%
G = 11.42%
B = 81.5%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#121DCF (or 0x121DCF) is known color: Medium Blue. HEX triplet: 12, 1D and CF. RGB value is (18,29,207). Sum of RGB (Red+Green+Blue) = 18+29+207=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #121DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DCF is #EDE230. Grayscale: #2D2D2D. Windows color (decimal): -15589937 or 13573394. OLE color: 13573394.

HSL color Cylindrical-coordinate representation of color #121DCF: hue angle of 236.51º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121DCF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 29 207 -
CMYK 0.91 0.86 0 0.19
HSL 236.51º 0.84% 0.44% -
HSV(B) 236.51º 0.91% 0.81% -
XYZ 11.95 5.51 59.47 -
YUV 46 218.86 108.03 -
System Red Green Blue C M Y K H S L
Decimal 18 29 207 0.91 0.86 0 0.19 236.51 0.84 0.44
Hex 12 1D CF 5B 56 0 13 ED 54 2C
Octal 22 35 317 133 126 0 23 355 124 54
Binary 10010 11101 11001111 1011011 1010110 0 10011 11101101 1010100 101100

Color Harmonies of #121DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DCF

Black with #121DCF

Text Example


Text Example

White with #121DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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