Html Css Color HEX #220BD6 Medium Blue

📋 copy color: '#220BD6'

red 34 ◦ green 11 ◦ blue 214

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

Shades of Medium Blue #220BD6

Tints of Medium Blue #220BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 82.63%

R = 13.13%
G = 4.25%
B = 82.63%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#220BD6 (or 0x220BD6) is known color: Medium Blue. HEX triplet: 22, 0B and D6. RGB value is (34,11,214). Sum of RGB (Red+Green+Blue) = 34+11+214=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 214 (83.98% from 255 or 82.63% from 259); Max value from RGB is 214 - color contains mainly: blue. Hex color #220BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BD6 is #DDF429. Grayscale: #282828. Windows color (decimal): -14545962 or 14027554. OLE color: 14027554.

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

Color convert

RGB 34 11 214 -
CMYK 0.84 0.95 0 0.16
HSL 246.8º 0.9% 0.44% -
HSV(B) 246.8º 0.95% 0.84% -
XYZ 12.92 5.43 63.99 -
YUV 41.02 225.62 122.99 -
System Red Green Blue C M Y K H S L
Decimal 34 11 214 0.84 0.95 0 0.16 246.8 0.9 0.44
Hex 22 B D6 54 5F 0 10 F7 5A 2C
Octal 42 13 326 124 137 0 20 367 132 54
Binary 100010 1011 11010110 1010100 1011111 0 10000 11110111 1011010 101100

Color Harmonies of #220BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220BD6

Black with #220BD6

Text Example


Text Example

White with #220BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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