Html Css Color HEX #121BD0 Medium Blue

📋 copy color: '#121BD0'

red 18 ◦ green 27 ◦ blue 208

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

Shades of Medium Blue #121BD0

Tints of Medium Blue #121BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 82.21%

R = 7.11%
G = 10.67%
B = 82.21%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#121BD0 (or 0x121BD0) is known color: Medium Blue. HEX triplet: 12, 1B and D0. RGB value is (18,27,208). Sum of RGB (Red+Green+Blue) = 18+27+208=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 208 (81.64% from 255 or 82.21% from 253); Max value from RGB is 208 - color contains mainly: blue. Hex color #121BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BD0 is #EDE42F. Grayscale: #2C2C2C. Windows color (decimal): -15590448 or 13638418. OLE color: 13638418.

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

Color convert

RGB 18 27 208 -
CMYK 0.91 0.87 0 0.18
HSL 237.16º 0.84% 0.44% -
HSV(B) 237.16º 0.91% 0.82% -
XYZ 12.03 5.47 60.1 -
YUV 44.94 220.02 108.78 -
System Red Green Blue C M Y K H S L
Decimal 18 27 208 0.91 0.87 0 0.18 237.16 0.84 0.44
Hex 12 1B D0 5B 57 0 12 ED 54 2C
Octal 22 33 320 133 127 0 22 355 124 54
Binary 10010 11011 11010000 1011011 1010111 0 10010 11101101 1010100 101100

Color Harmonies of #121BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BD0

Black with #121BD0

Text Example


Text Example

White with #121BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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