Html Css Color HEX #120CDD Medium Blue

📋 copy color: '#120CDD'

red 18 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #120CDD

Tints of Medium Blue #120CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 221 (86.72% from 255) = 88.05%

R = 7.17%
G = 4.78%
B = 88.05%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#120CDD (or 0x120CDD) is known color: Medium Blue. HEX triplet: 12, 0C and DD. RGB value is (18,12,221). Sum of RGB (Red+Green+Blue) = 18+12+221=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #120CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CDD is #EDF322. Grayscale: #242424. Windows color (decimal): -15594275 or 14486546. OLE color: 14486546.

HSL color Cylindrical-coordinate representation of color #120CDD: hue angle of 241.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120CDD is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 12 221 -
CMYK 0.92 0.95 0 0.13
HSL 241.72º 0.9% 0.46% -
HSV(B) 241.72º 0.95% 0.87% -
XYZ 13.43 5.61 68.78 -
YUV 37.62 231.49 114.01 -
System Red Green Blue C M Y K H S L
Decimal 18 12 221 0.92 0.95 0 0.13 241.72 0.9 0.46
Hex 12 C DD 5C 5F 0 D F2 5A 2E
Octal 22 14 335 134 137 0 15 362 132 56
Binary 10010 1100 11011101 1011100 1011111 0 1101 11110010 1011010 101110

Color Harmonies of #120CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120CDD

Black with #120CDD

Text Example


Text Example

White with #120CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120CDD; }

 p { color: rgb(18,12,221); }

 H1.HeaderClassName
 {
   color: #120CDD;
 }
 .AnyTagClassName
 {
   color: #120CDD;
 }
</style>

background-color css

<style>
 a { background-color: #120CDD; }

 a { background-color: rgb(18,12,221); }

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

border-color css

<style>
 span { border-color: #120CDD; }

 span { border-color: rgb(18,12,221); }

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