#2F0FBE

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

Shades of Medium Blue #2F0FBE

Tints of Medium Blue #2F0FBE

Color information

#2F0FBE (or 0x2F0FBE) is unknown color: approx Medium Blue. HEX triplet: 2F, 0F and BE. RGB value is (47,15,190). Sum of RGB (Red+Green+Blue) = 47+15+190=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F0FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0FBE is #D0F041. Grayscale: #2B2B2B. Windows color (decimal): -13692994 or 12455727. OLE color: 12455727.

HSL color Cylindrical-coordinate representation of color #2F0FBE: hue angle of 250.97º 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 #2F0FBE is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4715190-
CMYK0.750.9200.25
HSL250.97º85.37%40.2%-
HSV(B)250.97º92.11%74.51%-
XYZ10.644.6649.05-
YUV44.52210.1129.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 190 (74.61% from 255) = 75.40%
R=18.65%
G=5.95%
B=75.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47151900.750.9200.25250.9785.3740.2
Hex2FFBE4B5C019fb5528
Octal571727611313403137312550
Binary10111111111011111010010111011100011001111110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,15,190); }

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

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

 a { background-color: rgb(47,15,190); }

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

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

 span { border-color: rgb(47,15,190); }

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