#2D0FBF

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

Shades of Medium Blue #2D0FBF

Tints of Medium Blue #2D0FBF

Color information

#2D0FBF (or 0x2D0FBF) is unknown color: approx Medium Blue. HEX triplet: 2D, 0F and BF. RGB value is (45,15,191). Sum of RGB (Red+Green+Blue) = 45+15+191=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D0FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FBF is #D2F040. Grayscale: #2B2B2B. Windows color (decimal): -13824065 or 12521261. OLE color: 12521261.

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

Color convert

RGB4515191-
CMYK0.760.9200.25
HSL250.23º85.44%40.39%-
HSV(B)250.23º92.15%74.9%-
XYZ10.664.6649.63-
YUV44.03210.94128.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 191 (75% from 255) = 76.10%
R=17.93%
G=5.98%
B=76.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45151910.760.9200.25250.2385.4440.39
Hex2DFBF4C5C019fa5528
Octal551727711413403137212550
Binary10110111111011111110011001011100011001111110101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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