#2D06BF

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

Shades of Medium Blue #2D06BF

Tints of Medium Blue #2D06BF

Color information

#2D06BF (or 0x2D06BF) is unknown color: approx Medium Blue. HEX triplet: 2D, 06 and BF. RGB value is (45,6,191). Sum of RGB (Red+Green+Blue) = 45+6+191=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D06BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D06BF is #D2F940. Grayscale: #262626. Windows color (decimal): -13826369 or 12518957. OLE color: 12518957.

HSL color Cylindrical-coordinate representation of color #2D06BF: hue angle of 252.65º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D06BF is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB456191-
CMYK0.760.9700.25
HSL252.65º93.91%38.63%-
HSV(B)252.65º96.86%74.9%-
XYZ10.554.4549.59-
YUV38.75213.92132.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 191 (75% from 255) = 78.93%
R=18.60%
G=2.48%
B=78.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4561910.760.9700.25252.6593.9138.63
Hex2D6BF4C61019fd5e27
Octal55627711414103137513647
Binary1011011101011111110011001100001011001111111011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D06BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,6,191); }

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

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

 a { background-color: rgb(45,6,191); }

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

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

 span { border-color: rgb(45,6,191); }

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