Html Css Color HEX #220BC9 Medium Blue

📋 copy color: '#220BC9'

red 34 ◦ green 11 ◦ blue 201

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

Shades of Medium Blue #220BC9

Tints of Medium Blue #220BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 81.71%

R = 13.82%
G = 4.47%
B = 81.71%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#220BC9 (or 0x220BC9) is known color: Medium Blue. HEX triplet: 22, 0B and C9. RGB value is (34,11,201). Sum of RGB (Red+Green+Blue) = 34+11+201=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 201 (78.91% from 255 or 81.71% from 246); Max value from RGB is 201 - color contains mainly: blue. Hex color #220BC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BC9 is #DDF436. Grayscale: #262626. Windows color (decimal): -14545975 or 13175586. OLE color: 13175586.

HSL color Cylindrical-coordinate representation of color #220BC9: hue angle of 247.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220BC9 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 34 11 201 -
CMYK 0.83 0.95 0 0.21
HSL 247.26º 0.9% 0.42% -
HSV(B) 247.26º 0.95% 0.79% -
XYZ 11.32 4.8 55.59 -
YUV 39.54 219.12 124.05 -
System Red Green Blue C M Y K H S L
Decimal 34 11 201 0.83 0.95 0 0.21 247.26 0.9 0.42
Hex 22 B C9 53 5F 0 15 F7 5A 2A
Octal 42 13 311 123 137 0 25 367 132 52
Binary 100010 1011 11001001 1010011 1011111 0 10101 11110111 1011010 101010

Color Harmonies of #220BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220BC9

Black with #220BC9

Text Example


Text Example

White with #220BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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