#2B0DDA

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

Shades of Medium Blue #2B0DDA

Tints of Medium Blue #2B0DDA

Color information

#2B0DDA (or 0x2B0DDA) is unknown color: approx Medium Blue. HEX triplet: 2B, 0D and DA. RGB value is (43,13,218). Sum of RGB (Red+Green+Blue) = 43+13+218=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 218 (85.55% from 255 or 79.56% from 274); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B0DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0DDA is #D4F225. Grayscale: #2C2C2C. Windows color (decimal): -13955622 or 14290219. OLE color: 14290219.

HSL color Cylindrical-coordinate representation of color #2B0DDA: hue angle of 248.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0DDA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4313218-
CMYK0.800.9400.15
HSL248.78º88.74%45.29%-
HSV(B)248.78º94.04%85.49%-
XYZ13.85.8666.73-
YUV45.34225.44126.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 13 (5.47% from 255) = 4.74%
BLUE value IS 218 (85.55% from 255) = 79.56%
R=15.69%
G=4.74%
B=79.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal43132180.800.9400.15248.7888.7445.29
Hex2BDDA505E0Ff9592d
Octal531533212013601737113155
Binary1010111101110110101010000101111001111111110011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,13,218); }

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

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

 a { background-color: rgb(43,13,218); }

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

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

 span { border-color: rgb(43,13,218); }

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