#2d0fce

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

Shades of Medium Blue #2D0FCE

Tints of Medium Blue #2D0FCE

Color information

#2D0FCE (or 0x2D0FCE) is unknown color: approx Medium Blue. HEX triplet: 2D, 0F and CE. RGB value is (45,15,206). Sum of RGB (Red+Green+Blue) = 45+15+206=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D0FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FCE is #D2F031. Grayscale: #2D2D2D. Windows color (decimal): -13824050 or 13504301. OLE color: 13504301.

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

Color convert

RGB4515206-
CMYK0.780.9300.19
HSL249.42º86.43%43.33%-
HSV(B)249.42º92.72%80.78%-
XYZ12.395.3658.77-
YUV45.74218.44127.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.92%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 206 (80.86% from 255) = 77.44%
R=16.92%
G=5.64%
B=77.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45152060.780.9300.19249.4286.4343.33
Hex2DFCE4E5D013f9562b
Octal551731611613502337112653
Binary10110111111100111010011101011101010011111110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d0fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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