Html Css Color HEX #1220DC Medium Blue

📋 copy color: '#1220DC'

red 18 ◦ green 32 ◦ blue 220

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

Shades of Medium Blue #1220DC

Tints of Medium Blue #1220DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 220 (86.33% from 255) = 81.48%

R = 6.67%
G = 11.85%
B = 81.48%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1220DC (or 0x1220DC) is known color: Medium Blue. HEX triplet: 12, 20 and DC. RGB value is (18,32,220). Sum of RGB (Red+Green+Blue) = 18+32+220=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #1220DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220DC is #EDDF23. Grayscale: #303030. Windows color (decimal): -15589156 or 14426130. OLE color: 14426130.

HSL color Cylindrical-coordinate representation of color #1220DC: hue angle of 235.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1220DC is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 32 220 -
CMYK 0.92 0.85 0 0.14
HSL 235.84º 0.85% 0.47% -
HSV(B) 235.84º 0.92% 0.86% -
XYZ 13.68 6.33 68.21 -
YUV 49.25 224.36 105.71 -
System Red Green Blue C M Y K H S L
Decimal 18 32 220 0.92 0.85 0 0.14 235.84 0.85 0.47
Hex 12 20 DC 5C 55 0 E EC 55 2F
Octal 22 40 334 134 125 0 16 354 125 57
Binary 10010 100000 11011100 1011100 1010101 0 1110 11101100 1010101 101111

Color Harmonies of #1220DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220DC

Black with #1220DC

Text Example


Text Example

White with #1220DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1220DC; }

 p { color: rgb(18,32,220); }

 H1.HeaderClassName
 {
   color: #1220DC;
 }
 .AnyTagClassName
 {
   color: #1220DC;
 }
</style>

background-color css

<style>
 a { background-color: #1220DC; }

 a { background-color: rgb(18,32,220); }

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

border-color css

<style>
 span { border-color: #1220DC; }

 span { border-color: rgb(18,32,220); }

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