Html Css Color HEX #121BD8 Medium Blue

📋 copy color: '#121BD8'

red 18 ◦ green 27 ◦ blue 216

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

Shades of Medium Blue #121BD8

Tints of Medium Blue #121BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 82.76%

R = 6.9%
G = 10.34%
B = 82.76%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#121BD8 (or 0x121BD8) is known color: Medium Blue. HEX triplet: 12, 1B and D8. RGB value is (18,27,216). Sum of RGB (Red+Green+Blue) = 18+27+216=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 216 (84.77% from 255 or 82.76% from 261); Max value from RGB is 216 - color contains mainly: blue. Hex color #121BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BD8 is #EDE427. Grayscale: #2D2D2D. Windows color (decimal): -15590440 or 14162706. OLE color: 14162706.

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

Color convert

RGB 18 27 216 -
CMYK 0.92 0.88 0 0.15
HSL 237.27º 0.85% 0.46% -
HSV(B) 237.27º 0.92% 0.85% -
XYZ 13.04 5.87 65.41 -
YUV 45.86 224.02 108.13 -
System Red Green Blue C M Y K H S L
Decimal 18 27 216 0.92 0.88 0 0.15 237.27 0.85 0.46
Hex 12 1B D8 5C 58 0 F ED 55 2E
Octal 22 33 330 134 130 0 17 355 125 56
Binary 10010 11011 11011000 1011100 1011000 0 1111 11101101 1010101 101110

Color Harmonies of #121BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BD8

Black with #121BD8

Text Example


Text Example

White with #121BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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