#2F10D2

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

Shades of Medium Blue #2F10D2

Tints of Medium Blue #2F10D2

Color information

#2F10D2 (or 0x2F10D2) is unknown color: approx Medium Blue. HEX triplet: 2F, 10 and D2. RGB value is (47,16,210). Sum of RGB (Red+Green+Blue) = 47+16+210=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 210 (82.42% from 255 or 76.92% from 273); Max value from RGB is 210 - color contains mainly: blue. Hex color #2F10D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F10D2 is #D0EF2D. Grayscale: #2E2E2E. Windows color (decimal): -13692718 or 13766703. OLE color: 13766703.

HSL color Cylindrical-coordinate representation of color #2F10D2: hue angle of 249.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F10D2 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4716210-
CMYK0.780.9200.18
HSL249.59º85.84%44.31%-
HSV(B)249.59º92.38%82.35%-
XYZ12.995.6361.37-
YUV47.39219.77127.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.22%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 210 (82.42% from 255) = 76.92%
R=17.22%
G=5.86%
B=76.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal47162100.780.9200.18249.5985.8444.31
Hex2F10D24E5C012fa562c
Octal572032211613402237212654
Binary101111100001101001010011101011100010010111110101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F10D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,16,210); }

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

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

 a { background-color: rgb(47,16,210); }

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

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

 span { border-color: rgb(47,16,210); }

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