#2D07BB

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

Shades of Medium Blue #2D07BB

Tints of Medium Blue #2D07BB

Color information

#2D07BB (or 0x2D07BB) is unknown color: approx Medium Blue. HEX triplet: 2D, 07 and BB. RGB value is (45,7,187). Sum of RGB (Red+Green+Blue) = 45+7+187=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D07BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D07BB is #D2F844. Grayscale: #262626. Windows color (decimal): -13826117 or 12257069. OLE color: 12257069.

HSL color Cylindrical-coordinate representation of color #2D07BB: hue angle of 252.67º 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 #2D07BB is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB457187-
CMYK0.760.9600.27
HSL252.67º92.78%38.04%-
HSV(B)252.67º96.26%73.33%-
XYZ10.134.347.31-
YUV38.88211.59132.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 187 (73.44% from 255) = 78.24%
R=18.83%
G=2.93%
B=78.24%

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
Decimal4571870.760.9600.27252.6792.7838.04
Hex2D7BB4C6001Bfd5d26
Octal55727311414003337513546
Binary1011011111011101110011001100000011011111111011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D07BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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