Html Css Color HEX #1220DB Medium Blue

📋 copy color: '#1220DB'

red 18 ◦ green 32 ◦ blue 219

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

Shades of Medium Blue #1220DB

Tints of Medium Blue #1220DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 81.41%

R = 6.69%
G = 11.9%
B = 81.41%

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

#1220DB (or 0x1220DB) is known color: Medium Blue. HEX triplet: 12, 20 and DB. RGB value is (18,32,219). Sum of RGB (Red+Green+Blue) = 18+32+219=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #1220DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220DB is #EDDF24. Grayscale: #303030. Windows color (decimal): -15589157 or 14360594. OLE color: 14360594.

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

Color convert

RGB 18 32 219 -
CMYK 0.92 0.85 0 0.14
HSL 235.82º 0.85% 0.46% -
HSV(B) 235.82º 0.92% 0.86% -
XYZ 13.55 6.28 67.51 -
YUV 49.13 223.86 105.79 -
System Red Green Blue C M Y K H S L
Decimal 18 32 219 0.92 0.85 0 0.14 235.82 0.85 0.46
Hex 12 20 DB 5C 55 0 E EC 55 2E
Octal 22 40 333 134 125 0 16 354 125 56
Binary 10010 100000 11011011 1011100 1010101 0 1110 11101100 1010101 101110

Color Harmonies of #1220DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220DB

Black with #1220DB

Text Example


Text Example

White with #1220DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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