Html Css Color HEX #220BDB Medium Blue

📋 copy color: '#220BDB'

red 34 ◦ green 11 ◦ blue 219

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

Shades of Medium Blue #220BDB

Tints of Medium Blue #220BDB

RGB

 RED value IS 34 (13.67% from 255) = 12.88%

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 12.88%
G = 4.17%
B = 82.95%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#220BDB (or 0x220BDB) is known color: Medium Blue. HEX triplet: 22, 0B and DB. RGB value is (34,11,219). Sum of RGB (Red+Green+Blue) = 34+11+219=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #220BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BDB is #DDF424. Grayscale: #282828. Windows color (decimal): -14545957 or 14355234. OLE color: 14355234.

HSL color Cylindrical-coordinate representation of color #220BDB: hue angle of 246.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220BDB is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 11 219 -
CMYK 0.84 0.95 0 0.14
HSL 246.63º 0.9% 0.45% -
HSV(B) 246.63º 0.95% 0.86% -
XYZ 13.57 5.69 67.4 -
YUV 41.59 228.12 122.59 -
System Red Green Blue C M Y K H S L
Decimal 34 11 219 0.84 0.95 0 0.14 246.63 0.9 0.45
Hex 22 B DB 54 5F 0 E F7 5A 2D
Octal 42 13 333 124 137 0 16 367 132 55
Binary 100010 1011 11011011 1010100 1011111 0 1110 11110111 1011010 101101

Color Harmonies of #220BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220BDB

Black with #220BDB

Text Example


Text Example

White with #220BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220BDB; }

 p { color: rgb(34,11,219); }

 H1.HeaderClassName
 {
   color: #220BDB;
 }
 .AnyTagClassName
 {
   color: #220BDB;
 }
</style>

background-color css

<style>
 a { background-color: #220BDB; }

 a { background-color: rgb(34,11,219); }

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

border-color css

<style>
 span { border-color: #220BDB; }

 span { border-color: rgb(34,11,219); }

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