Html Css Color HEX #121BDE Medium Blue

📋 copy color: '#121BDE'

red 18 ◦ green 27 ◦ blue 222

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

Shades of Medium Blue #121BDE

Tints of Medium Blue #121BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 222 (87.11% from 255) = 83.15%

R = 6.74%
G = 10.11%
B = 83.15%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#121BDE (or 0x121BDE) is known color: Medium Blue. HEX triplet: 12, 1B and DE. RGB value is (18,27,222). Sum of RGB (Red+Green+Blue) = 18+27+222=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 222 (87.11% from 255 or 83.15% from 267); Max value from RGB is 222 - color contains mainly: blue. Hex color #121BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BDE is #EDE421. Grayscale: #2D2D2D. Windows color (decimal): -15590434 or 14555922. OLE color: 14555922.

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

Color convert

RGB 18 27 222 -
CMYK 0.92 0.88 0 0.13
HSL 237.35º 0.85% 0.47% -
HSV(B) 237.35º 0.92% 0.87% -
XYZ 13.83 6.19 69.57 -
YUV 46.54 227.02 107.64 -
System Red Green Blue C M Y K H S L
Decimal 18 27 222 0.92 0.88 0 0.13 237.35 0.85 0.47
Hex 12 1B DE 5C 58 0 D ED 55 2F
Octal 22 33 336 134 130 0 15 355 125 57
Binary 10010 11011 11011110 1011100 1011000 0 1101 11101101 1010101 101111

Color Harmonies of #121BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BDE

Black with #121BDE

Text Example


Text Example

White with #121BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,27,222); }

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

background-color css

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

 a { background-color: rgb(18,27,222); }

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

border-color css

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

 span { border-color: rgb(18,27,222); }

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