#2D0FCD

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

Shades of Medium Blue #2D0FCD

Tints of Medium Blue #2D0FCD

Color information

#2D0FCD (or 0x2D0FCD) is unknown color: approx Medium Blue. HEX triplet: 2D, 0F and CD. RGB value is (45,15,205). Sum of RGB (Red+Green+Blue) = 45+15+205=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D0FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FCD is #D2F032. Grayscale: #2C2C2C. Windows color (decimal): -13824051 or 13438765. OLE color: 13438765.

HSL color Cylindrical-coordinate representation of color #2D0FCD: hue angle of 249.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0FCD is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4515205-
CMYK0.780.9300.20
HSL249.47º86.36%43.14%-
HSV(B)249.47º92.68%80.39%-
XYZ12.275.3158.14-
YUV45.63217.94127.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.98%
GREEN value IS 15 (6.25% from 255) = 5.66%
BLUE value IS 205 (80.47% from 255) = 77.36%
R=16.98%
G=5.66%
B=77.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal45152050.780.9300.20249.4786.3643.14
Hex2DFCD4E5D014f9562b
Octal551731511613502437112653
Binary10110111111100110110011101011101010100111110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,15,205); }

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

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

 a { background-color: rgb(45,15,205); }

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

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

 span { border-color: rgb(45,15,205); }

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