Html Css Color HEX #220CBA Medium Blue

📋 copy color: '#220CBA'

red 34 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #220CBA

Tints of Medium Blue #220CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.17%

 BLUE value IS 186 (73.05% from 255) = 80.17%

R = 14.66%
G = 5.17%
B = 80.17%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#220CBA (or 0x220CBA) is known color: Medium Blue. HEX triplet: 22, 0C and BA. RGB value is (34,12,186). Sum of RGB (Red+Green+Blue) = 34+12+186=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #220CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CBA is #DDF345. Grayscale: #252525. Windows color (decimal): -14545734 or 12192802. OLE color: 12192802.

HSL color Cylindrical-coordinate representation of color #220CBA: hue angle of 247.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220CBA is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 12 186 -
CMYK 0.82 0.94 0 0.27
HSL 247.59º 0.88% 0.39% -
HSV(B) 247.59º 0.94% 0.73% -
XYZ 9.65 4.15 46.75 -
YUV 38.41 211.29 124.85 -
System Red Green Blue C M Y K H S L
Decimal 34 12 186 0.82 0.94 0 0.27 247.59 0.88 0.39
Hex 22 C BA 52 5E 0 1B F8 58 27
Octal 42 14 272 122 136 0 33 370 130 47
Binary 100010 1100 10111010 1010010 1011110 0 11011 11111000 1011000 100111

Color Harmonies of #220CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220CBA

Black with #220CBA

Text Example


Text Example

White with #220CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,12,186); }

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

background-color css

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

 a { background-color: rgb(34,12,186); }

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

border-color css

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

 span { border-color: rgb(34,12,186); }

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