#2F00BF

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

Shades of Medium Blue #2F00BF

Tints of Medium Blue #2F00BF

Color information

#2F00BF (or 0x2F00BF) is unknown color: approx Medium Blue. HEX triplet: 2F, 00 and BF. RGB value is (47,0,191). Sum of RGB (Red+Green+Blue) = 47+0+191=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F00BF is #D0FF40. Grayscale: #232323. Windows color (decimal): -13696833 or 12517423. OLE color: 12517423.

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

Color convert

RGB470191-
CMYK0.75100.25
HSL254.76º100%37.45%-
HSV(B)254.76º100%74.9%-
XYZ10.584.3749.58-
YUV35.83215.57135.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 80.25%
R=19.75%
G=0%
B=80.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4701910.75100.25254.7610037.45
Hex2F0BF4B64019ff6425
Octal57027711314403137714445
Binary10111101011111110010111100100011001111111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,0,191); }

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

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

 a { background-color: rgb(47,0,191); }

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

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

 span { border-color: rgb(47,0,191); }

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