#2C07BB

Color #2C07BB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2C07BB

Tints of Medium Blue #2C07BB

Color information

#2C07BB (or 0x2C07BB) is unknown color: approx Medium Blue. HEX triplet: 2C, 07 and BB. RGB value is (44,7,187). Sum of RGB (Red+Green+Blue) = 44+7+187=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C07BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C07BB is #D3F844. Grayscale: #252525. Windows color (decimal): -13891653 or 12257068. OLE color: 12257068.

HSL color Cylindrical-coordinate representation of color #2C07BB: hue angle of 252.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C07BB is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB447187-
CMYK0.760.9600.27
HSL252.33º92.78%38.04%-
HSV(B)252.33º96.26%73.33%-
XYZ10.084.2847.31-
YUV38.58211.76131.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 187 (73.44% from 255) = 78.57%
R=18.49%
G=2.94%
B=78.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4471870.760.9600.27252.3392.7838.04
Hex2C7BB4C6001Bfc5d26
Octal54727311414003337413546
Binary1011001111011101110011001100000011011111111001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C07BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,7,187); }

 H1.HeaderClassName
 {
   color: #2C07BB;
 }
 .AnyTagClassName
 {
   color: #2C07BB;
 }
</style>
background-color css

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

 a { background-color: rgb(44,7,187); }

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

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

 span { border-color: rgb(44,7,187); }

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