Html Css Color HEX #2C06BC Medium Blue

📋 copy color: '#2C06BC'

red 44 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #2C06BC

Tints of Medium Blue #2C06BC

RGB

 RED value IS 44 (17.58% from 255) = 18.49%

 GREEN value IS 6 (2.73% from 255) = 2.52%

 BLUE value IS 188 (73.83% from 255) = 78.99%

R = 18.49%
G = 2.52%
B = 78.99%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C06BC (or 0x2C06BC) is known color: Medium Blue. HEX triplet: 2C, 06 and BC. RGB value is (44,6,188). Sum of RGB (Red+Green+Blue) = 44+6+188=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C06BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C06BC is #D3F943. Grayscale: #252525. Windows color (decimal): -13891908 or 12322348. OLE color: 12322348.

HSL color Cylindrical-coordinate representation of color #2C06BC: hue angle of 252.53º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C06BC is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 6 188 -
CMYK 0.77 0.97 0 0.26
HSL 252.53º 0.94% 0.38% -
HSV(B) 252.53º 0.97% 0.74% -
XYZ 10.18 4.3 47.87 -
YUV 38.11 212.59 132.2 -
System Red Green Blue C M Y K H S L
Decimal 44 6 188 0.77 0.97 0 0.26 252.53 0.94 0.38
Hex 2C 6 BC 4D 61 0 1A FD 5E 26
Octal 54 6 274 115 141 0 32 375 136 46
Binary 101100 110 10111100 1001101 1100001 0 11010 11111101 1011110 100110

Color Harmonies of #2C06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C06BC

Black with #2C06BC

Text Example


Text Example

White with #2C06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C06BC; }

 p { color: rgb(44,6,188); }

 H1.HeaderClassName
 {
   color: #2C06BC;
 }
 .AnyTagClassName
 {
   color: #2C06BC;
 }
</style>

background-color css

<style>
 a { background-color: #2C06BC; }

 a { background-color: rgb(44,6,188); }

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

border-color css

<style>
 span { border-color: #2C06BC; }

 span { border-color: rgb(44,6,188); }

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