Html Css Color HEX #220CBB Medium Blue

📋 copy color: '#220CBB'

red 34 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #220CBB

Tints of Medium Blue #220CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 14.59%
G = 5.15%
B = 80.26%

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

#220CBB (or 0x220CBB) is known color: Medium Blue. HEX triplet: 22, 0C and BB. RGB value is (34,12,187). Sum of RGB (Red+Green+Blue) = 34+12+187=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #220CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CBB is #DDF344. Grayscale: #252525. Windows color (decimal): -14545733 or 12258338. OLE color: 12258338.

HSL color Cylindrical-coordinate representation of color #220CBB: hue angle of 247.54º 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 #220CBB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 12 187 -
CMYK 0.82 0.94 0 0.27
HSL 247.54º 0.88% 0.39% -
HSV(B) 247.54º 0.94% 0.73% -
XYZ 9.76 4.19 47.31 -
YUV 38.53 211.79 124.77 -
System Red Green Blue C M Y K H S L
Decimal 34 12 187 0.82 0.94 0 0.27 247.54 0.88 0.39
Hex 22 C BB 52 5E 0 1B F8 58 27
Octal 42 14 273 122 136 0 33 370 130 47
Binary 100010 1100 10111011 1010010 1011110 0 11011 11111000 1011000 100111

Color Harmonies of #220CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220CBB

Black with #220CBB

Text Example


Text Example

White with #220CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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