Html Css Color HEX #1221DB Medium Blue

📋 copy color: '#1221DB'

red 18 ◦ green 33 ◦ blue 219

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

Shades of Medium Blue #1221DB

Tints of Medium Blue #1221DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 6.67%
G = 12.22%
B = 81.11%

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

#1221DB (or 0x1221DB) is known color: Medium Blue. HEX triplet: 12, 21 and DB. RGB value is (18,33,219). Sum of RGB (Red+Green+Blue) = 18+33+219=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #1221DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1221DB is #EDDE24. Grayscale: #303030. Windows color (decimal): -15588901 or 14360850. OLE color: 14360850.

HSL color Cylindrical-coordinate representation of color #1221DB: hue angle of 235.52º 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 #1221DB is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 33 219 -
CMYK 0.92 0.85 0 0.14
HSL 235.52º 0.85% 0.46% -
HSV(B) 235.52º 0.92% 0.86% -
XYZ 13.58 6.33 67.52 -
YUV 49.72 223.53 105.38 -
System Red Green Blue C M Y K H S L
Decimal 18 33 219 0.92 0.85 0 0.14 235.52 0.85 0.46
Hex 12 21 DB 5C 55 0 E EC 55 2E
Octal 22 41 333 134 125 0 16 354 125 56
Binary 10010 100001 11011011 1011100 1010101 0 1110 11101100 1010101 101110

Color Harmonies of #1221DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1221DB

Black with #1221DB

Text Example


Text Example

White with #1221DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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