#121CD7

Color #121CD7 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #121CD7

Tints of Medium Blue #121CD7

Color information

#121CD7 (or 0x121CD7) is unknown color: approx Medium Blue. HEX triplet: 12, 1C and D7. RGB value is (18,28,215). Sum of RGB (Red+Green+Blue) = 18+28+215=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 215 (84.38% from 255 or 82.38% from 261); Max value from RGB is 215 - color contains mainly: blue. Hex color #121CD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CD7 is #EDE328. Grayscale: #2D2D2D. Windows color (decimal): -15590185 or 14097426. OLE color: 14097426.

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

Color convert

RGB1828215-
CMYK0.920.8700.16
HSL236.95º84.55%45.69%-
HSV(B)236.95º91.63%84.31%-
XYZ12.935.8764.74-
YUV46.33223.19107.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 215 (84.38% from 255) = 82.38%
R=6.90%
G=10.73%
B=82.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18282150.920.8700.16236.9584.5545.69
Hex121CD75C57010ed552e
Octal223432713412702035512556
Binary10010111001101011110111001010111010000111011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #121CD7;
 }
 .AnyTagClassName
 {
   color: #121CD7;
 }
</style>
background-color css

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

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

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

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

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

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